From: Love U Ruby Date: 2013-07-13T20:05:19+09:00 Subject: Re: how to upgrade to the latest version of ruby ? > 1. First, you probably need to update the list of known rubies > > $ rvm get stable > > (`stable' is what you usually would want) > > 2. Then upgrade by either > > a) trying the experimental automatic detection, should work fine: > > $ rvm upgrade 2.0.0 > > b) or specifying the exact versions: > > $ rvm upgrade 2.0.0-p0 2.0.0-p247 @Marcus :- Thank you very much! I am done. kirti@kirti-Aspire-5733Z:~$ rvm list rvm rubies =* ruby-2.0.0-p247 [ i686 ] # => - current # =* - current && default # * - default -- Posted via http://www.ruby-forum.com/.