Skip to content

Instantly share code, notes, and snippets.

@jhbabon
Created November 9, 2011 21:36
Show Gist options
  • Save jhbabon/1353145 to your computer and use it in GitHub Desktop.
Save jhbabon/1353145 to your computer and use it in GitHub Desktop.
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