Skip to content

Instantly share code, notes, and snippets.

@cirode
Created May 8, 2013 06:21
Show Gist options
  • Save cirode/5538603 to your computer and use it in GitHub Desktop.
Save cirode/5538603 to your computer and use it in GitHub Desktop.
Painlessly uninstall all gems
gem list | cut -d" " -f1 | xargs gem uninstall -aIx
#http://geekystuff.net/2009/01/14/remove-all-ruby-gems/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment