Rails 3.2.13 upgrade and jruby/openssl

479 Views Asked by At

After upgrading to Rails 3.2.13, I've started getting errors about jruby/openssl.

(LoadError) no such file to load -- jruby/openssl

I'm using JRuby 1.6.7, jruby-openssl 0.8.6, and Rails 3.2.13.

Has anyone been able to solve this?

1

There are 1 best solutions below

0
On BEST ANSWER

JRuby-OpenSSL version 0.8.x is incompatible with anything less than JRuby 1.7.x.

JRuby-OpenSSL version 0.7.x can still be used with JRuby 1.6.x.

Downgrading the jruby-openssl gem version should resolve this issue.