I have ruby version 2.1.5 installed on my system.
On running bundle install, I am getting "Could not load OpenSSL. You must recompile Ruby with OpenSSL support or change the sources in your Gemfile from 'https' to 'http'. Instructions for compiling with OpenSSL using RVM are available at http://rvm.io/packages/openssl."
My Gemfile has soures with http only.
On executing "rvm pkg install openssl" : ==> Formulae curl-openssl glib-openssl openssl@1.1 ✔ homebrew/portable-ruby/portable-openssl
There is no openssl@1.0 and openssl
How to degrade to openssl@1.0 from 1.0.
Already tried rvm reinstall 2.1.5 --with-openssl-dir=brew --prefix openssl@1.0
But it is of no use for me.