Created
April 24, 2013 18:11
-
-
Save westonwatson/5454217 to your computer and use it in GitHub Desktop.
purge entire gem list, runs uninstall on all installed Gems.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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