Created
September 5, 2019 00:24
-
-
Save flaugabriel/9def7f46639454cdf166699f3de54dd3 to your computer and use it in GitHub Desktop.
Keep your environment clean
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
If you think your gems are messed up, you can always uninstall all local gems with the following command: | |
for i in `gem list --no-versions`; do gem uninstall -aIx $i; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment