Skip to content

Instantly share code, notes, and snippets.

@ream88
Created August 31, 2011 11:20
Show Gist options
  • Save ream88/1183322 to your computer and use it in GitHub Desktop.
Save ream88/1183322 to your computer and use it in GitHub Desktop.
Uninstall all gems
gem list --no-versions | grep \w* | xargs gem uninstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment