Use multiple versions of rubygems with rvm?
问题 I have two projects on my computer: - An old Rails 2.3 app that needs rubygems 1.6 and won't run under rubygems 1.8; - A newer app that needs rubygems 1.8 and won't run under rubygems 1.6. Each project has its own rvm gemset, but I can't figure out how to give them different versions of rubygems itself: gem update --system [version] results in gem --version giving the same answer in both; rvm gemset [version] has the same result. How can I run rubygems 1.6.2 in one project and 1.8.11 in the