Skip to content

Commit 91c31c4

Browse files
Changelog for Bundler version 2.6.7
1 parent 72094aa commit 91c31c4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

bundler/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 2.6.7 (April 3, 2025)
2+
3+
## Enhancements:
4+
5+
- Fix crash when server compact index API implementation only lists versions [#8594](https://github.com/rubygems/rubygems/pull/8594)
6+
- Fix lockfile when a gem ends up accidentally under two different sources [#8579](https://github.com/rubygems/rubygems/pull/8579)
7+
- Refuse to install and print an error in frozen mode if some entries are missing in CHECKSUMS lockfile section [#8563](https://github.com/rubygems/rubygems/pull/8563)
8+
- Support git 2.49 [#8581](https://github.com/rubygems/rubygems/pull/8581)
9+
- Improve wording of a few messages [#8570](https://github.com/rubygems/rubygems/pull/8570)
10+
11+
## Bug fixes:
12+
13+
- Fix `bundle add` sometimes generating invalid lockfiles [#8586](https://github.com/rubygems/rubygems/pull/8586)
14+
15+
## Performance:
16+
17+
- Implement pub_grub strategy interface [#8589](https://github.com/rubygems/rubygems/pull/8589)
18+
- Update vendored pub_grub [#8571](https://github.com/rubygems/rubygems/pull/8571)
19+
120
# 2.6.6 (March 13, 2025)
221

322
## Enhancements:

0 commit comments

Comments
 (0)