Skip to content

Instantly share code, notes, and snippets.

@michaeldeol
Created January 12, 2015 01:16
Show Gist options
  • Save michaeldeol/1ac0646fe60afbdc35ba to your computer and use it in GitHub Desktop.
Save michaeldeol/1ac0646fe60afbdc35ba to your computer and use it in GitHub Desktop.
Uninstall all Gems
for i in `gem list --no-versions`; do gem uninstall -aIx $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment