On my computer, I run ruby1.9.2-p290
with a system
gemset. I want to keep testing out the edge version of Ruby in my development env, but I don't want to install all the gems again and keep mostly identical copies of the same gem files.
How could I switch to ruby1.9.3-p325
using the same system
gemset with rvm?