Skip to content

Commit

Permalink
bump to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buonzz authored Feb 10, 2018
1 parent c830ac6 commit 4f40b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
source ~/.bashrc
rbenv install 2.3.1
rbenv global 2.3.1
rbenv install 2.5.0
rbenv global 2.5.0

0 comments on commit 4f40b8f

Please sign in to comment.