Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 345
Paul Avatar asked Jan 26 '12 11:01

Paul


1 Answers

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
like image 141
phoet Avatar answered Oct 17 '22 05:10

phoet