Skip to content

Instantly share code, notes, and snippets.

@joaofx
Created January 16, 2017 14:49
Show Gist options
  • Save joaofx/b90564c648e5a00f3e39a57eac5f4c1a to your computer and use it in GitHub Desktop.
Save joaofx/b90564c648e5a00f3e39a57eac5f4c1a to your computer and use it in GitHub Desktop.
Fixes ruby gem after install ruby on Windows using chocolatey
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