Created
March 9, 2014 18:01
-
-
Save jamieoliver/9451691 to your computer and use it in GitHub Desktop.
Upgrade RVM and Ruby versions.
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
# Upgrade RVM | |
rvm get stable | |
# Upgrade specific Ruby version | |
rvm upgrade 2.1.0 | |
# Clean everything | |
rvm cleanup all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment