Skip to content

Instantly share code, notes, and snippets.

@gustin
Created December 6, 2012 18:46
Show Gist options
  • Save gustin/4227000 to your computer and use it in GitHub Desktop.
Save gustin/4227000 to your computer and use it in GitHub Desktop.
Remove all the 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