Skip to content

Instantly share code, notes, and snippets.

@wolves
Created June 17, 2012 12:13
Show Gist options
  • Save wolves/2944385 to your computer and use it in GitHub Desktop.
Save wolves/2944385 to your computer and use it in GitHub Desktop.
command to uninstall all 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