Skip to content

Commit 3c598e6

Browse files
committed
Changelog for Bundler version 4.0.11
1 parent 66c7546 commit 3c598e6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

bundler/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 4.0.11 / 2026-04-30
4+
5+
### Enhancements:
6+
7+
* Update gem creation guide URL to rubygems.org. Pull request [#9500](https://github.com/ruby/rubygems/pull/9500) by nissyi-gh
8+
* Lock the checksum of Bundler itself in the lockfile. Pull request [#9366](https://github.com/ruby/rubygems/pull/9366) by Edouard-chin
9+
10+
### Bug fixes:
11+
12+
* Fix installing gems with native extensions + transitive dependencies. Pull request [#9477](https://github.com/ruby/rubygems/pull/9477) by nicholasdower
13+
* Fix the bundler version not being updated in dev/test lockfile. Pull request [#9463](https://github.com/ruby/rubygems/pull/9463) by Edouard-chin
14+
* Ensure the release CI doesn't break due to the Bundler checksum feature. Pull request [#9436](https://github.com/ruby/rubygems/pull/9436) by Edouard-chin
15+
16+
### Documentation:
17+
18+
* Fix formatting for BUNDLE_PREFER_PATCH variable in man page. Pull request [#9474](https://github.com/ruby/rubygems/pull/9474) by toy
19+
320
## 4.0.10 / 2026-04-08
421

522
### Enhancements:

0 commit comments

Comments
 (0)