Skip to content

Instantly share code, notes, and snippets.

@xntrik
Created December 31, 2011 07:18
Show Gist options
  • Save xntrik/1543216 to your computer and use it in GitHub Desktop.
Save xntrik/1543216 to your computer and use it in GitHub Desktop.
Remove all your gems
gem list | cut -d" " -f1 | xargs gem uninstall -aIx
(from 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