Skip to content

Instantly share code, notes, and snippets.

@jamieoliver
Created March 9, 2014 18:01
Show Gist options
  • Save jamieoliver/9451691 to your computer and use it in GitHub Desktop.
Save jamieoliver/9451691 to your computer and use it in GitHub Desktop.
Upgrade RVM and Ruby versions.
# 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