Skip to content

Instantly share code, notes, and snippets.

@lou
Created July 7, 2011 10:06
Show Gist options
  • Save lou/1069230 to your computer and use it in GitHub Desktop.
Save lou/1069230 to your computer and use it in GitHub Desktop.
uninstall all gems
for i in `gem list --no-versions`; do gem uninstall -Ia $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment