Skip to content

Instantly share code, notes, and snippets.

@ddeyoung
Created October 21, 2011 14:36
Show Gist options
  • Save ddeyoung/1303999 to your computer and use it in GitHub Desktop.
Save ddeyoung/1303999 to your computer and use it in GitHub Desktop.
Remove all installed 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