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?
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?
Copyright © 2021 Jogjafile Inc.
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.