Skip to content

Instantly share code, notes, and snippets.

@apavamontri
Created August 31, 2012 04:48
Show Gist options
  • Save apavamontri/3549150 to your computer and use it in GitHub Desktop.
Save apavamontri/3549150 to your computer and use it in GitHub Desktop.
Remove/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