Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created September 8, 2011 04:23
Show Gist options
  • Save lxneng/1202606 to your computer and use it in GitHub Desktop.
Save lxneng/1202606 to your computer and use it in GitHub Desktop.
uninstall all gems
for x in `gem list --no-versions`; do gem uninstall $x; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment