Hacker News new | ask | show | jobs
by pkd 3430 days ago
> It gives me a shared 'clean' Ruby installation of the right version, plus a project-specific copy of all the gems the project depends on

You can also accomplish the same using gemsets which are provided by rvm.

1 comments

Using RVM is not always an option and some might consider it an anti-pattern.