From 67912a6c974c9387e22562425f0822504a93adeb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 3 Jun 2026 10:09:40 +0900 Subject: [PATCH 1/2] Changelog for Bundler version 4.0.13 --- bundler/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/bundler/CHANGELOG.md b/bundler/CHANGELOG.md index 78b630a1254a..4afaaad60e00 100644 --- a/bundler/CHANGELOG.md +++ b/bundler/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 4.0.13 / 2026-06-03 + +### Enhancements: + +* Do not hard-code permissions for new gem directories during bundle install. Pull request [#9557](https://github.com/ruby/rubygems/pull/9557) by maxfelsher-cgi +* Clear gem specification cache after acquiring process lock. Pull request [#9310](https://github.com/ruby/rubygems/pull/9310) by ngan +* Show release date with bundle outdated. Pull request [#9337](https://github.com/ruby/rubygems/pull/9337) by hsbt + +### Bug fixes: + +* Apply cooldown to locally installed gem versions. Pull request [#9582](https://github.com/ruby/rubygems/pull/9582) by hsbt + +### Security: + +* Add `cooldown` to delay newly published gem. Pull request [#9576](https://github.com/ruby/rubygems/pull/9576) by hsbt + ## 4.0.12 / 2026-05-20 ### Enhancements: From cd3836fedb5a53f4c8c22e3e96f8a1b087a357e6 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 3 Jun 2026 10:10:10 +0900 Subject: [PATCH 2/2] Changelog for Rubygems version 4.0.13 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d28ecb8896c..d06180d06802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 4.0.13 / 2026-06-03 + +### Enhancements: + +* Prevent extraction from escaping destination_dir via pre-existing symlinks. Pull request [#9493](https://github.com/ruby/rubygems/pull/9493) by thesmartshadow +* Close stdin immediately when using popen2e. Pull request [#9540](https://github.com/ruby/rubygems/pull/9540) by rwstauner +* Fallback to copy symlinks on Windows. Pull request [#9296](https://github.com/ruby/rubygems/pull/9296) by larskanis +* Installs bundler 4.0.13 as a default gem. + ## 4.0.12 / 2026-05-20 ### Enhancements: