ruby-on-rails – JRuby限制openssl加载 – 如何消除?

前端之家收集整理的这篇文章主要介绍了ruby-on-rails – JRuby限制openssl加载 – 如何消除?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在运行每个J Ruby项目时,可以做些什么来弃用消息?
JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.

安装了jruby-openssl gem.

解决方法

当你使用bundler时,我认为你需要在你的Gemfile中添加jruby-openssl,否则gem不会“可见”.
gem "jruby-openssl",:platforms => :jruby
原文链接:https://www.f2er.com/ruby/268307.html

猜你在找的Ruby相关文章