Skip to content

Commit 4630c50

Browse files
authored
Merge pull request #9605 from ruby/cherry_pick_changelogs
Changelogs for RubyGems 4.0.14 and Bundler 4.0.14
2 parents 252d8f6 + 913853e commit 4630c50

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 4.0.14 / 2026-06-10
4+
5+
### Enhancements:
6+
7+
* Add executables and bindir validation to the gem installer. Pull request [#9595](https://github.com/ruby/rubygems/pull/9595) by hsbt
8+
* Strip C1 control characters from displayed gem text. Pull request [#9597](https://github.com/ruby/rubygems/pull/9597) by hsbt
9+
* Installs bundler 4.0.14 as a default gem.
10+
311
## 4.0.13 / 2026-06-03
412

513
### Enhancements:

bundler/CHANGELOG.md

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

3+
## 4.0.14 / 2026-06-10
4+
5+
### Bug fixes:
6+
7+
* Preserve per-source cooldown when converging sources from the lockfile. Pull request [#9601](https://github.com/ruby/rubygems/pull/9601) by bryanwoods
8+
* Don't exclude the locked version from cooldown during bundle update. Pull request [#9599](https://github.com/ruby/rubygems/pull/9599) by hsbt
9+
310
## 4.0.13 / 2026-06-03
411

512
### Enhancements:

0 commit comments

Comments
 (0)