Skip to content

Commit 511f4e1

Browse files
Changelog for Bundler version 2.5.10
1 parent 3f145dc commit 511f4e1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bundler/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 2.5.10 (May 3, 2024)
2+
3+
## Security:
4+
5+
- Never write credentials to lockfiles [#7560](https://github.com/rubygems/rubygems/pull/7560)
6+
7+
## Enhancements:
8+
9+
- Add auto_install support to require "bundler/setup" [#6561](https://github.com/rubygems/rubygems/pull/6561)
10+
- Add `--glob` flag to `bundle add` [#7557](https://github.com/rubygems/rubygems/pull/7557)
11+
12+
## Bug fixes:
13+
14+
- Make sure `bundle update <specific_gems>` can always update to the latest resolvable version of each requested gem [#7558](https://github.com/rubygems/rubygems/pull/7558)
15+
- Show better error when installed gemspecs are unreadable [#7603](https://github.com/rubygems/rubygems/pull/7603)
16+
- Fix `bundle update` not working on an out of sync lockfile [#7607](https://github.com/rubygems/rubygems/pull/7607)
17+
- Don't upcase Windows ENV before backing it up [#7574](https://github.com/rubygems/rubygems/pull/7574)
18+
- Properly resolve aliases when `bundle help` is run [#7601](https://github.com/rubygems/rubygems/pull/7601)
19+
- Fix issue installing gems with linux-musl variant on non musl linux [#7583](https://github.com/rubygems/rubygems/pull/7583)
20+
21+
## Documentation:
22+
23+
- Clarify `bundle check` behaviour in docs [#7613](https://github.com/rubygems/rubygems/pull/7613)
24+
125
# 2.5.9 (April 12, 2024)
226

327
## Bug fixes:

0 commit comments

Comments
 (0)