Skip to content

Instantly share code, notes, and snippets.

@gonzedge
Created November 11, 2011 01:52
Show Gist options
  • Save gonzedge/1356915 to your computer and use it in GitHub Desktop.
Save gonzedge/1356915 to your computer and use it in GitHub Desktop.
Updating and/or uninstalling all installed gems
gem uninstall `gem list | cut -d ' ' -f 1`
gem update `gem list | cut -d ' ' -f 1`
gem update GEMNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment