JRuby 限制 openssl 加载 - 如何消除?
在运行每个 JRuby 项目时可以采取什么措施来弃用该消息?
JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
安装了 jruby-openssl gem。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您使用捆绑器时,我认为您需要将 jruby-openssl 添加到 Gemfile 中,否则 gem 不“可见”。
when you are using bundler, i think that you need to add jruby-openssl to your Gemfile, cause otherwise the gem is not "visible".