Tuesday, March 22, 2016

rbenv vs RVM

RVM is responsible not only for changing Ruby versions, but for installing rubies and managing gemsets, as well.
...Along with rbenv [to manage ruby versions], we’re using Bundler to manage gems (replacing gemsets) and ruby-build to install rubies.
https://robots.thoughtbot.com/using-rbenv-to-manage-rubies-and-gems

See also chruby;
Notes: bundler (for resolving deps per Gemfile.lock)

No comments:

Post a Comment