Docs header transparent bg

What’s New in v1.16

The Bundler 1.16 announcement includes context and a more detailed explanation of the changes in this version. This is a summary of the biggest changes. As always, a detailed list of every change is provided in the changelog.

Resolver improvements

By replacing the heuristic-focused “swapping” algorithm with one that can consider groups of gems at once, Grey Baker managed to eliminate many bugs around dependency resolution, all while making resolution faster than ever before.

Resolver improvements

We’ve managed to reduce the number of times a Gemfile needs to be evaled when running bundle install. Additionally, running bundle install when no installation needs to be done is several times faster, bringing it within a few hundred milliseconds of bundle check. Bundler 1.16 also includes:

  • bundle pristine will now allow passing a list of gems to pristine
  • gemfiles are evaluated one fewer time when running bundle install
  • More than 20 other bugfixes

Full 1.16 changelog

Edit this document on GitHub if you caught an error or noticed something was missing.