Last active
July 19, 2017 14:16
-
-
Save electronicbites/8f2b51f1821c6d28cb0aebc129688bd2 to your computer and use it in GitHub Desktop.
update ruby to with rbenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/.rbenv && git pull | |
cd ~/.rbenv/plugins/ruby-build && git pull && cd - | |
rbenv install 2.2.7 | |
rbenv local 2.2.7 | |
gem install bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment