I am setting up a rails app on a CentOS server.
We have installed rvm and ruby-2.1.0.
From my app directory when I try to create a gemset or use a gemset etc. I keep getting the following message:
Unknown ruby string (do not know how to handle): ruby-2.1.0.
If I do rvm -list
, I get following:
rvm rubies
=* ruby-2.1.0 [ x86_64 ]
ruby-2.1.5 [ x86_64 ]
ruby-2.2.0 [ x86_64 ]
Not sure then why I keep getting the errors about Uknown ruby. Btw, the Gemfile of the app has following line (for the benefit of Heroku I think):
ruby '2.1.0'