Paul
Paul

Reputation: 26650

JRuby limited openssl loaded - how to eliminate?

What could be done to deprecate the message when running each JRuby project?

JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.

the jruby-openssl gem IS installed.

Upvotes: 7

Views: 1487

Answers (1)

phoet
phoet

Reputation: 18835

when you are using bundler, i think that you need to add jruby-openssl to your Gemfile, cause otherwise the gem is not "visible".

gem "jruby-openssl", :platforms => :jruby

Upvotes: 7

Related Questions