Last active
December 15, 2015 20:59
-
-
Save crilleengvall/5322298 to your computer and use it in GitHub Desktop.
Updating ruby version
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
| ruby '1.9.3' |
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
| $ \curl -L https://get.rvm.io | bash -s stable --ruby=1.9.3 --autolibs=enabled |
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
| rvm --default use 1.9.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment