-
-
Save lnfel/a23fb936bf1baa152bf39ce3453a141a to your computer and use it in GitHub Desktop.
Downgrade rubygems version.
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 -v | |
2.0.3 | |
$ gem list rubygems-update | |
$ gem uninstall -v 2.0.3 rubygems-update | |
$ gem install -v 1.8.24 rubygems-update | |
$ update_rubygems | |
$ gem -v | |
1.8.24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment