Let’s get straight to the point. Ruby 2.3 does not support OpenSSL v.1.1 which is the only one available in macOS. You’ll need to install older OpenSSL via brew, from rbenv’s repository.
brew install rbenv/tap/openssl@1.0
rvm reinstall <ruby_version> --with-openssl-dir=$(brew --prefix openssl@1.0)
That’s it! Happy developing!
None
Comments
Empty! You must sign in to add comments.