Y
Hacker News
new
|
ask
|
show
|
jobs
by
elliotec
3834 days ago
Rbenv is much smaller and only does ruby version changes and installations with the ruby install add on. rvm is bigger and has more features but is a bigger pain to use in my experience.
1 comments
lucaspiller
3834 days ago
Also the whole Gemset thing is basically redundant now Bundler has become the standard way of locking dependencies (Gems).
link