Skip to content

Instantly share code, notes, and snippets.

@dustycodes
Created January 18, 2017 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustycodes/7231f8912a232b7f7f149e025d60da72 to your computer and use it in GitHub Desktop.
Save dustycodes/7231f8912a232b7f7f149e025d60da72 to your computer and use it in GitHub Desktop.
# Fix gems
cd /c
curl -O https://rubygems.org/downloads/rubygems-update-2.6.7.gem
gem install --local C:\rubygems-update-2.6.7.gem
update_rubygems --no-ri --no-rdoc
gem uninstall rubygems-update -x
# Fix r10k SSL error
echo "export SSL_CERT_FILE=/mingw64/ssl/certs/ca-bundle.crt" >> ~/.bash_profile
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment