-5

Fetching gem metadata from https://rubygems.org/. 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.

I am using mac OS 10.8.2

Jakob S
  • 19,575
  • 3
  • 40
  • 38
user1183194
  • 137
  • 1
  • 2
  • 14

1 Answers1

0

There is a new experimental way of dealing with dependencies in RVM => https://github.com/wayneeseguin/rvm/pull/1544 :

rvm get branch /features/improved_dependencies
rvm pkg remove
rvm remove 1.9.3
rvm install 1.9.3
mpapis
  • 52,729
  • 14
  • 121
  • 158