2

我最近将我所有的 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 已被弃用。我没有在我的任何应用程序中使用它。所以运行这些命令什么都不做。

如何阻止这些消息显示?

任何帮助,将不胜感激。我会继续寻找。

更新 2013 年 10 月 30 日上午 8:10 CDT

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

4

1 回答 1

1

报告了一个错误https://github.com/wayneeseguin/rvm/issues/2328 - 您可以“观看”以获得解决方案,“观看”按钮位于底部。

于 2013-10-30T01:41:13.530 回答