Skip to content

Commit

Permalink
Use ruby 1.9.3 p547 to prevent debugger failure
Browse files Browse the repository at this point in the history
In debugger-ruby_core_source 1.3.7 this was fixed cldwalker/debugger-ruby_core_source#42 for ruby  1.9.3-p551
  • Loading branch information
dmitry committed Nov 16, 2014
1 parent 21cc791 commit 44acf14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ RUN curl -L https://get.rvm.io | bash -s stable --ruby
RUN echo 'source /usr/local/rvm/scripts/rvm' >> /etc/bash.bashrc
RUN /bin/bash -l -c rvm requirements
ENV PATH /usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN /bin/bash -l -c 'rvm install 1.9.3'
RUN /bin/bash -l -c 'rvm use 1.9.3 --default'
RUN /bin/bash -l -c 'rvm install 1.9.3-p547 --patch railsexpress'
RUN /bin/bash -l -c 'rvm use 1.9.3-p547 --default'
RUN /bin/bash -l -c 'gem install bundle archive-tar-minitar'

# Install bundler
Expand Down

0 comments on commit 44acf14

Please sign in to comment.