Skip to content

Instantly share code, notes, and snippets.

@westonwatson
Created April 24, 2013 18:11
Show Gist options
  • Save westonwatson/5454217 to your computer and use it in GitHub Desktop.
Save westonwatson/5454217 to your computer and use it in GitHub Desktop.
purge entire gem list, runs uninstall on all installed Gems.
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