Very odd, I had a ruby app working in 1.9.3 for a few weeks, one machine reboot and it fails. I hit ruby -v and am told "1.8.7", well thats the reason its failing. No idea how that happened though...
Tried:
#rvm get stable
#rvm get 1.9.3-head
but still,
#ruby -v
ruby 1.8.7 (2010-08-16 patchlevel 302) [x86_64-linux]
Why is it not getting updated?
#rvm list rubies
rvm rubies
ruby-1.9.3-head [ x86_64 ]
=* ruby-1.9.3-p194 [ x86_64 ]
# => - current
# =* - current && default
# * - default
Note: none of the answers/comments have fixed the problem...yet it was down voted? Anyway i cannot even type "rvm" on some of the user accounts!

rvm list rubies? – depa Aug 22 '12 at 13:15