如何隐藏或删除 gem 1.8.x 中的弃用通知?

发布于 2024-11-05 14:07:17 字数 194 浏览 2 评论 0原文

gem 命令(版本 1.8.1,可能是 1.8.0)在每次调用时都会发出大量弃用通知。翻阅警告屏幕来查看测试输出是很痛苦的。

有没有一种简单的方法来隐藏弃用通知?特别是警告:

NOTE: Gem::Specification#default_executable= is deprecated with no replacement.

The gem command (version 1.8.1 and probably 1.8.0) spews out a tonne of deprecation notices on every invocation. It is painful to page through a screen of warnings to look at test output.

Is there an easy way to hide deprecation notices ? Especially the warning :

NOTE: Gem::Specification#default_executable= is deprecated with no replacement.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

爱的十字路口 2024-11-12 14:07:17

如果您使用 RVM,以下命令将修复它:

rvm ruby​​gems current

If you're using RVM, the following command will fix it:

rvm rubygems current

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