Skip to content

Instantly share code, notes, and snippets.

@t-cyrill
Created September 25, 2015 07:33
Show Gist options
  • Save t-cyrill/aad3384e8397b0d1f8ad to your computer and use it in GitHub Desktop.
Save t-cyrill/aad3384e8397b0d1f8ad to your computer and use it in GitHub Desktop.
Upgrade system-wide rbenv ruby
sudo sh -c "cd /usr/local/src/ruby-build && git pull origin master && ./install.sh && cd /usr/local/rbenv && git pull origin master && source /etc/profile && eval $(rbenv init -) && rbenv install 2.2.3 && rbenv shell 2.2.3 && gem install bundler --no-ri --no-rdoc && rbenv rehash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment