It appear you havent told rvm what ruby to use and you are currently in the system default which does not have the required gems installed, try doing
rvm use 1.9.2 then
rails -v
It appear you havent told rvm what ruby to use and you are currently in the system default which does not have the required gems installed, try doing
rvm use 1.9.2 then
rails -v