Last active
July 25, 2017 16:31
-
-
Save bardware/b026b71f30d16c565f42 to your computer and use it in GitHub Desktop.
update ruby 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 update --system | |
| gem update | |
| # gem sources --clear-all | |
| # gem sources --update | |
| # gem install sass --version 3.4.25 | |
| # gem uninstall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment