Skip to content

Commit

Permalink
Merge pull request #7 from mikeda/2.5
Browse files Browse the repository at this point in the history
update 2.5
  • Loading branch information
mikeda committed May 26, 2018
2 parents e6a8b4f + c32c200 commit c95a4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -59,9 +59,9 @@ RUN /root/.rbenv/plugins/ruby-build/install.sh
ENV PATH /root/.rbenv/bin:/root/.rbenv/shims:$PATH
RUN echo 'eval "$(rbenv init -)"' >> /etc/profile.d/rbenv.sh # or /etc/profile
RUN echo 'eval "$(rbenv init -)"' >> .bashrc
RUN rbenv install 2.4.1
RUN rbenv install 2.5.1
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc
RUN rbenv global 2.4.1
RUN rbenv global 2.5.1
RUN ruby --version
RUN gem install bundler

Expand Down

0 comments on commit c95a4d4

Please sign in to comment.