RoR: Could not load OpenSSL (after Apple's Bash fix today)

1.1k Views Asked by At

Hoping someone can help explain and or advise me on this error I'm catching after i tried to re-install rails via rvm after running Apple's bash shellshock fix today. I upgraded to OSX 10.9.5 mav and ran the Bash Shellshock, then my RoR apps needed rails re-installed. When I try to bundle install I get the following:

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 rvm.io/packages/openssl.

1

There are 1 best solutions below

2
Simone Carletti On

Remove the Ruby version you installed with RVM

$ rvm remove ruby-2.1.2

and reinstall it

$ rvm install ruby-2.1.2