Enhancements:
- Consistently ignore patchlevel when reporting bundle platform --ruby#5793
- Make --standaloneplay nice with--local#5762
- Implement bundle install --prefer-local#5761
Bug fixes:
- Fix regression where yanked gems are now unintentionally updated when other gems are unlocked #5812
- Automatically remove "ruby" from lockfile if incomplete #5807
- Fix bundle outdated --strictshowing too many outdated gems #5798
- Don't discard candidates matching Ruby metadata #5784
- Fix bundle outdatedcrash in debug mode #5796
- Fix rubyDSL requirement matching for head and prerelease rubies #5766
Documentation:
- Update Bundler support policies to match what we do these days #5813
- Fix arguments for bundle-config(1) docs #5804
- Improve bundle platformman page #5788
- Remove bundle cachefrom deprecated commands list, and consistently link tobundle cachein man pages #5783
- Add package/pack aliases to man pages for cache #5785
- Add deprecation notice of bundle console #5775