JRuby 限制 openssl 加载 - 如何消除?

发布于 2024-12-29 05:41:52 字数 193 浏览 1 评论 0原文

在运行每个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

弱骨蛰伏 2025-01-05 05:41:52

当您使用捆绑器时,我认为您需要将 jruby-openssl 添加到 Gemfile 中,否则 gem 不“可见”。

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

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
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文