Skip to content

Commit e56a55d

Browse files
authored
Merge pull request #9591 from ruby/cherry_pick_changelogs
Changelogs for RubyGems 4.0.13 and Bundler 4.0.13
2 parents 1f025cb + cd3836f commit e56a55d

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 4.0.13 / 2026-06-03
4+
5+
### Enhancements:
6+
7+
* Prevent extraction from escaping destination_dir via pre-existing symlinks. Pull request [#9493](https://github.com/ruby/rubygems/pull/9493) by thesmartshadow
8+
* Close stdin immediately when using popen2e. Pull request [#9540](https://github.com/ruby/rubygems/pull/9540) by rwstauner
9+
* Fallback to copy symlinks on Windows. Pull request [#9296](https://github.com/ruby/rubygems/pull/9296) by larskanis
10+
* Installs bundler 4.0.13 as a default gem.
11+
312
## 4.0.12 / 2026-05-20
413

514
### Enhancements:

bundler/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.13 / 2026-06-03
4+
5+
### Enhancements:
6+
7+
* 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
8+
* Clear gem specification cache after acquiring process lock. Pull request [#9310](https://github.com/ruby/rubygems/pull/9310) by ngan
9+
* Show release date with bundle outdated. Pull request [#9337](https://github.com/ruby/rubygems/pull/9337) by hsbt
10+
11+
### Bug fixes:
12+
13+
* Apply cooldown to locally installed gem versions. Pull request [#9582](https://github.com/ruby/rubygems/pull/9582) by hsbt
14+
15+
### Security:
16+
17+
* Add `cooldown` to delay newly published gem. Pull request [#9576](https://github.com/ruby/rubygems/pull/9576) by hsbt
18+
319
## 4.0.12 / 2026-05-20
420

521
### Enhancements:

0 commit comments

Comments
 (0)