Skip to content

Commit 67912a6

Browse files
committed
Changelog for Bundler version 4.0.13
1 parent 6d11166 commit 67912a6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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)