Skip to content

Instantly share code, notes, and snippets.

@brunocruzcoelho
Created March 13, 2015 18:25
Show Gist options
  • Save brunocruzcoelho/0ba376592c01c978d802 to your computer and use it in GitHub Desktop.
Save brunocruzcoelho/0ba376592c01c978d802 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