rvm list known
now pick the one before HEAD, say it is -p247
rvm install ruby-2.0.0-p247
After that rspec spec crashed with :
`require': no such file to load -- rubygems
The solution is to run
rvm use
which apparently solves the ambiguity between several installed ruby versions
No comments:
Post a Comment