Ruby
The packages we just installed allow us to install different versions of Ruby and specify which version to use on a per project basis and globally. This is very useful to keep a consistent development environment if you need to work in a particular Ruby version.
Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed.
Your gems will then get installed in .