Re: [jruby-user] Odd issue w/ JRuby 9k + Travis CI

christian <[email protected]> Tue, 3 Mar 2015 08:41:14 +0100
Newsgroups gmane.comp.lang.jruby.user
Message-ID <CAMV7UWGpA-CwKKCAjzBfRWykuK=sZZ-f-5Grp1eBDxjjp1WZJw@mail.gmail.com>
it looks like that the constant ```OpenSSL``` isunknown and looked up
relativ inside ```ActiveMerchant::NetworkConnectionRetries```. could you
try to require 'openssl' in an early state - inside an initializer or so.
jruby-openssl does come with jruby itself and there is no real need for it
in the Gemfile.