I ran into a problem where I had to use an earlier rails version to use a particular gem.
When researching how to cope with this issue I got a bit confused. I found solutions suggesting rvm/rbenv and create gemsets. As it's possible to install previous versions of Rails and gems on the same machine I'd like to understand why not just use bundler deal with this. What would be scenario where I'd need rvm or rbenv
Thanks Zin