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

Jesse Proudman <[email protected]> Tue, 3 Mar 2015 10:54:06 -0800
Newsgroups gmane.comp.lang.jruby.user
Message-ID <CAE0qrXo+g83tCf+yceWiTNJUBycCGqpxcG2QxznZD4_Uv4ys2g@mail.gmail.com>
Thanks. I ended up putting a require 'openssl' in the boot.rb file right
under require 'rubygems' and that resolved it. I'll find a better place for
it to live and move on.

Thanks!


Jesse Proudman
Founder and CTO
Blue Box Group, Inc.
w. blueboxcloud.com <http://www.blueboxcloud.com/>
c. 206-778-8777

On Mon, Mar 2, 2015 at 11:41 PM, christian <[email protected]> wrote:

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