Search code examples
ruby-on-railsjrubyjruby-openssl

Rails 3.2.13 upgrade and jruby/openssl


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?


Solution

  • 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.