Skip to content

Instantly share code, notes, and snippets.

@costis
Created January 21, 2012 14:38
Show Gist options
  • Save costis/1652950 to your computer and use it in GitHub Desktop.
Save costis/1652950 to your computer and use it in GitHub Desktop.
Removing 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