I just updated and reloaded rvm, rvm installed 2.4.0, and when I run gem
I get:
➜ ~ gem install irbtools
ERROR: While executing gem ... (Gem::Exception)
Unable to require openssl, install OpenSSL and rebuild ruby (preferred) or use non-HTTPS sources
➜
I Googled it, found several purported solutions, but didn’t find one that would work except for the suggestion to use the insecure gem URL, which I didn't want to do.
BTW, openssl is installed, but not by brew:
➜ ruby-2.4.0 brew install openssl
Warning: openssl is a keg-only and another version is linked to opt.
Use `brew install --force` if you want to install this version
How can I get gem to work with a secure gem source?