Enhancements:
- Make Bundler never instantiate development dependencies #8486
- Fix some invalid options to
gemDSL not getting reported as invalid #8480 - Add
irbto a Gemfile for a newly created gem #8467 - Auto-heal empty installation directory #8457
- Fix
bundle consoleunnecessarily trying to load IRB twice #8443 - Add ruby_34 and ruby_35 as valid platform: #8430
- Consider gems under
platform: :windowsfilter in Gemfile when running on Windows with ARM architecture #8428
Bug fixes:
- Fix regression when running
bundle update <foo>would sometimes downgrade a top level dependency #8491 - Fix dependency locking when Bundler finds incorrect lockfile dependencies #8489
- Raise error when lockfile is missing deps in frozen mode #8483
- Fix
bundle install --prefer-localsometimes installing very old versions #8484 - Fix incorrect error message when running
bundle updatein frozen mode #8481 - Keep platform variants in
vendor/cacheeven if incompatible with the current Ruby version #8471 - Fix
bundle consoleprinting bug report template incorrectly #8436 - Fix
--prefer-localnot respecting default gems #8412
Performance:
- Improve resolution performance #8458
Documentation:
- Fix more broken links #8416