On my computer, I run ruby1.9.2-p290using systemgemset. I want to continue testing the edge version of Ruby in my development, but I do not want to install all the gems again and store basically identical copies of the same gems.
How can I switch to ruby1.9.3-p325using the same systemgemset with rvm?
source
share