Skip to content

Instantly share code, notes, and snippets.

@localredhead
Created September 4, 2012 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save localredhead/3616381 to your computer and use it in GitHub Desktop.
Save localredhead/3616381 to your computer and use it in GitHub Desktop.
Uninstall all local gems (not in a gemset)
gem list | cut -d" " -f1 | xargs gem uninstall -aIx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment