Enhancements:
- Add support for platform
:x64_mingwto correctly lookup "x64-mingw-ucrt" #5649 - Fix some errors being printed twice in
--verbosemode #5654 - Fix extension paths in generated standalone script #5632
Bug fixes:
- Raise if ruby platform is forced and there are no ruby variants #5495
- Fix
bundle package --no-installno longer skipping install #5639
Performance:
- Improve performance of
Bundler::SpecSet#forby using hash lookup of handled deps #5537
Documentation:
- Fix formatting issue in
bundle addman page #5642