Ruby on rails JRuby有限openssl加载-如何消除?

Ruby on rails JRuby有限openssl加载-如何消除?,ruby-on-rails,gem,openssl,installation,Ruby On Rails,Gem,Openssl,Installation,在运行每个JRuby项目时,可以做些什么来弃用消息 JRuby limited openssl loaded. http://jruby.org/openssl gem install jruby-openssl for full support. 安装了jruby openssl gem。当您使用bundler时,我认为您需要将jruby openssl添加到gem文件中,否则gem将不可见 gem "jruby-openssl", :platforms => :jruby

在运行每个JRuby项目时,可以做些什么来弃用消息

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

安装了jruby openssl gem。

当您使用bundler时,我认为您需要将jruby openssl添加到gem文件中,否则gem将不可见

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