troubles with RVM and OpenSSL

OP actually saved my day!
In my case:

$ rvm pkg install openssl
$ rvm remove 2.4
$ rvm install 2.4 --with-openssl-dir=$HOME/.rvm/usr
$ gem install bundler

Leave a Comment