I have been using rvm and when I installed ruby 1.9.2, it installed ruby-1.9.2-p290 and a few days back I wasn’t able to reference the older one but it asked to install ruby-1.9.2-p318.
Is it mandatory to move to the newer version or would it be possible for us to instruct rvm to use the gemset created with the older version.
All the RVM commands, such as
rvm installandrvm use, can take a patchlevel, e.g.:rvm install ruby-1.9.2-p290. If you don’t specify one, the latest available patchlevel will be used.