Skip to content

Instantly share code, notes, and snippets.

@jgyllen
Created December 2, 2010 21:05
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 jgyllen/726060 to your computer and use it in GitHub Desktop.
Save jgyllen/726060 to your computer and use it in GitHub Desktop.
# See http://geekystuff.net/2009/1/14/remove-all-ruby-gems
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