想要忽略关于Gemfile的消息选择Ruby版本

时间:2013-10-29 15:21:19

标签: ruby-on-rails ruby rvm gemfile rvmrc

我最近将所有Rails应用程序升级到Rails 4.0.0 Ruby 2.0.0。我正在使用运行OS X Server(Mountain Lion)的Mac Mini Server。

我的Gemfile中有以下语句。

ruby "2.0.0"
#ruby-gemset=mygemsetname

当我导航到我的一个Rails 4应用程序的文件夹时,会显示以下消息。

RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too,
you can ignore these warnings with 'rvm rvmrc warning ignore /Users/myusername/sites/myrailsapp/Gemfile'.
To ignore the warning for all files run 'rvm rvmrc warning ignore allGemfiles'.

我在我的开发服务器上运行RVM 1.21.15,在我的生产服务器上运行RVM 1.22.3。据我所知,rvmrc已被弃用。我没有在我的任何应用程序中使用它。所以运行这些命令什么都不做。

如何停止显示这些消息?

任何帮助将不胜感激。我会一直在寻找。

更新10/30/2013上午8:10 CDT

在发出这些消息之前,已更新RVM以检查更多条件。执行rvm get head将RVM更新为当前版本可以解决问题。截至目前,当前版本为1.23.13。

1 个答案:

答案 0 :(得分:0)

报告了一个错误https://github.com/wayneeseguin/rvm/issues/2328 - 你可以“看”它来寻求解决方案,“Watch”按钮位于底部。