Skip to content

Instantly share code, notes, and snippets.

@blocktator
Last active September 28, 2015 02:57
Show Gist options
  • Save blocktator/1373189 to your computer and use it in GitHub Desktop.
Save blocktator/1373189 to your computer and use it in GitHub Desktop.
Uninstall all of my system gems
gem list | sed -e 's/(.*)$/ -a/' -e 's/^/sudo gem uninstall /' | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment