Security fixes:
- Pass "--" to git commands to separate positional and optional args #5142
Enhancements:
- Accept pull request URLs as github source #5126
- Add
--versionparameter tobundle infocommand #5137 - Let original
Errno::EACCESerror be raised in compact index updater #5110 - Improve gemfile-lockfile source equivalence errors #5120
- Avoid float-to-string loss of characters in GitHub Actions configuration labels in new gem template #5089
- Add an initial rbs template to
bundle gemskeleton #5041 - Avoid shared libraries not getting environment passed right after argv in memory when
bundle execis used #4815
Bug fixes:
- Don't cleanup paths from gems already activated from
$LOAD_PATH#5111 - Fix handling prereleases of 0 versions, like 0.0.0.dev or 0.0.0.SNAPSHOT #5116
- Fix escape of filenames in
bundle doctor#5102 - Don't unlock dependencies when running
bundle installafter changing global source #5090 - Fix missing locked specs when depended on another platform #5092
- Fix
bundle infosometimes claiming that bundler has been deleted #5097
Documentation:
- Ignore to generate the documentation from vendored libraries #5118