Created
January 12, 2018 20:27
-
-
Save jaimerodas/a46ae1488d3574d93694feaeae468c4f to your computer and use it in GitHub Desktop.
Borrar todas las gemas
This file contains 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 gem in `gem list --no-versions`; do | |
gem uninstall $gem -aIx | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment