在升级到Rails 3.2.13之后,我开始收到关于jruby/openssl的错误。
(LoadError) no such file to load -- jruby/openssl我使用的是JRuby 1.6.7、jruby-openssl 0.8.6和Rails 3.2.13。
有没有人能解决这个问题?
发布于 2013-03-21 01:12:51
JRuby-OpenSSL版本0.8.x与低于JRuby 1.7.x的任何版本都不兼容。
JRuby-OpenSSL版本0.7.x仍然可以与JRuby 1.6.x一起使用。
降级jruby-openssl gem版本应该可以解决这个问题。
https://stackoverflow.com/questions/15528813
复制相似问题