Features:
- Change
bundle installwith a lockfile to respect theBUNDLED WITHbundler version #4076
Enhancements:
- Print warning when running Bundler on potentially problematic RubyGems & Ruby combinations #5177
- Error tracing should be printed to stderr #5179
- Add
githubandrefoptions tobundle add#5159 - Add require parameter to
bundle add#5021 - Enable parallel installation on Windows by default #4822
- More logging when compact index is not used and we fallback to other APIs #4546
bundle gemgenerated MiniTest file and class now start with 'test' #3893- Add
Bundler::Definition.no_lockaccessor for skipping lock file creation/update #3401
Bug fixes:
- Fix crash when when no platform specific matches exist and show a proper error #5168
- Ignore dependencies not actually locked from frozen check #5152
- Fix
bundle cache --all-platformson Windows #4552
Documentation:
- Fix gemspec template typo #4545