警告:RVM使用Gemfile选择Ruby"

时间:2014-08-26 14:49:07

标签: ruby-on-rails ruby heroku rvm

当我进入终端的目录时,我收到此警告。如何修复它。我在heroku上运行我的应用程序,所以我想知道heroku和系统上安装的东西是否有任何冲突

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/Gemfile'.
To ignore the warning for all files run 'rvm rvmrc warning ignore allGemfiles'

2 个答案:

答案 0 :(得分:3)

完全按照它的要求忽略警告:

rvm rvmrc warning ignore /Users/Gemfile

之后你将不再看到警告。

答案 1 :(得分:1)

如果这是你得到的全部,那就没事了。

您在Gemfile中定义了一个ruby版本。该警告只是声明了rvm使用该版本的事实。