How to upgrade Ruby patch level for 1.9.3 in RVM? -


based on previous stackoverflow question looked correct way upgrade ruby latest patch level this:

$ rvm upgrade 1.9.2 1.9.2-p0 sure wish upgrade ruby-1.9.2-p0 ruby-1.9.2-p136? (y/n): y 

however, doesn't seem work me:

$ rvm upgrade 1.9.3 1.9.3-p0 sure wish upgrade ruby-1.9.3-p194 ruby-1.9.3-p0? (y/n): n cancelling upgrade. $ rvm upgrade 1.9.3-p0 1.9.3 sure wish upgrade ruby-1.9.3-p194 ruby-1.9.3-p194? (y/n): n cancelling upgrade. $ rvm upgrade 1.9.3-p0 1.9.3-p194 sure wish upgrade ruby-1.9.3-p194 ruby-1.9.3-p194? (y/n): n cancelling upgrade. $ rvm upgrade 1.9.3-p194 1.9.3-p0 sure wish upgrade ruby-1.9.3-p194 ruby-1.9.3-p0? (y/n): n cancelling upgrade. 

is there more appropriate way upgrade ruby versions rvm?

first update rvm:

rvm stable 

next upgrade ruby:

rvm upgrade 1.9.2 

rvm automatically detect existing version of 1.9.2 , check if lower highest available patchlevel:

  1. if update possible continue
  2. if update not possible report error

Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -