I downloaded and installed ruby 2.1.0.
Here's the output of ruby -v:
ruby 2.1.0p0 (2013-12-25 revision 44422) [i686-linux]
So I specified the same version in my Gemfile. But when I run bundle, I get:
Your Ruby version is 1.9.3, but your Gemfile specified 2.1.0p0
And to add on, rvm list does not give me the list of rubies:
rvm rubies
$>
I'm new to Ruby and all I want to do is use the new Ruby version. Any idea what could be wrong?