我正在尝试使用RailsApps 教程之一中的应用程序模板。我得到这个RuntimeError
。
...
extras creating RVM gemset 'myApp'
run rvm rvmrc trust from "."
Marked /Users/dB/railsApp/myApp/Gemfile as trusted
extras switching to gemset 'myApp'
https://raw.github.com/RailsApps/rails3-application-templates/master/rails3-devise-rspec-cucumber-template.rb:1096:in `rescue in apply': Use rvm gem 1.11.3.5 or newer. (RuntimeError)
我很困惑,因为我使用的是 rvm 版本 1.14.2,而>
不是他们似乎要求的版本 (1.11.3.5)。
有谁知道我做错了什么?