You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundler/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
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)
0 commit comments