如何隐藏或删除 gem 1.8.x 中的弃用通知?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 RVM,以下命令将修复它:
rvm rubygems current
If you're using RVM, the following command will fix it:
rvm rubygems current