Skip to content

Instantly share code, notes, and snippets.

@hgsigner
Created August 1, 2017 18:41
Show Gist options
  • Save hgsigner/95c12847beb50b4032466cfa8b8ba9f2 to your computer and use it in GitHub Desktop.
Save hgsigner/95c12847beb50b4032466cfa8b8ba9f2 to your computer and use it in GitHub Desktop.
Rubygems ssl problem
Remove rvm
$ rvm implode
Install rbenv
$ brew intall rbenv
$ rbenv init
Run this:
$ brew tap raggi/ale
$ brew install openssl-osx-ca
$ openssl-osx-ca
$ gem install <whatever gem>
be happy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment