Skip to content

Instantly share code, notes, and snippets.

@eerohele
Created July 24, 2012 11:51
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 eerohele/3169535 to your computer and use it in GitHub Desktop.
Save eerohele/3169535 to your computer and use it in GitHub Desktop.
Remove all Ruby gems
# http://geekystuff.net/2009/01/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