Created
January 16, 2017 14:49
-
-
Save joaofx/b90564c648e5a00f3e39a57eac5f4c1a to your computer and use it in GitHub Desktop.
Fixes ruby gem after install ruby on Windows using chocolatey
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 sources -r https://rubygems.org | |
gem sources -r https://rubygems.org/ | |
gem sources -a http://rubygems.org | |
gem update --system | |
gem sources -r http://rubygems.org | |
gem sources -a https://rubygems.org/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment