- Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed
- Without bundler:
- With bundler:
- all dependencies stored in Gemfile
- bundle install installs all
dependencies listed in Gemfile