Skip to content

Commit 38963ec

Browse files
authored
Merge pull request #9174 from ruby/cherry_pick_changelogs
Changelogs for RubyGems 4.0.1 and Bundler 4.0.1
2 parents df5d93e + a0a16bf commit 38963ec

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

CHANGELOG.md

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

3+
## 4.0.1 / 2025-12-09
4+
5+
### Enhancements:
6+
7+
* Installs bundler 4.0.1 as a default gem.
8+
9+
### Bug fixes:
10+
11+
* Fixed unexpected default bundler installation. Pull request
12+
[#9167](https://github.com/ruby/rubygems/pull/9167) by hsbt
13+
14+
### Documentation:
15+
16+
* Update contributing docs with `RGV`. Pull request
17+
[#9155](https://github.com/ruby/rubygems/pull/9155) by eileencodes
18+
319
## 4.0.0 / 2025-12-03
420

521
### Features:

bundler/CHANGELOG.md

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

3+
## 4.0.1 (2025-12-09)
4+
5+
### Performance:
6+
7+
- Increase connection pool to allow for up to 70% speed increase on `bundle install` [#9087](https://github.com/ruby/rubygems/pull/9087)
8+
9+
### Enhancements:
10+
11+
- Fix the config suggestion in the warning for `$ bundle` [#9164](https://github.com/ruby/rubygems/pull/9164)
12+
- Fix native extension loading in newgem template for RHEL-based systems [#9156](https://github.com/ruby/rubygems/pull/9156)
13+
14+
### Bug fixes:
15+
16+
- Fix Bundler removing executables after creating them [#9169](https://github.com/ruby/rubygems/pull/9169)
17+
318
## 4.0.0 (2025-12-03)
419

520
### Features:

0 commit comments

Comments
 (0)