I’m trying to use an application template from one of the RailsApps tutorials. I’m getting this 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)
I’m puzzled because I’m using rvm version 1.14.2, which is > than the version they seem to be asking for (1.11.3.5).
Does anyone know what I’m doing wrong?
rvm lib code was extracted to a gem at version 1.11.3, since then only bugfixes were applied so no version bump was done except the forth digit to show updates.
rvm installed the gem for you during installation of new ruby as the rvm gem is included in global.gems file.