Skip to content

Instantly share code, notes, and snippets.

@pquimo
Created November 28, 2012 00:07
Show Gist options
  • Save pquimo/4158077 to your computer and use it in GitHub Desktop.
Save pquimo/4158077 to your computer and use it in GitHub Desktop.
mac osx: uninstall all ruby gems
sudo gem list | cut -d" " -f1 | xargs sudo gem uninstall -aIx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment