Skip to content

Instantly share code, notes, and snippets.

@henriquegogo
Created January 25, 2012 12:22
Show Gist options
  • Save henriquegogo/1676025 to your computer and use it in GitHub Desktop.
Save henriquegogo/1676025 to your computer and use it in GitHub Desktop.
Remove 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