Created
December 1, 2016 13:49
-
-
Save amccarty/4688423595c5ed33e74f6bb70d3be211 to your computer and use it in GitHub Desktop.
Remove 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
for x in `gem list --no-versions`; do gem uninstall $x -a -x -I; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment