Skip to content

Commit e07cefb

Browse files
authored
Merge pull request #9274 from ruby/cherry_pick_changelogs
Changelogs for RubyGems 4.0.5 and Bundler 4.0.5
2 parents 7795149 + a2b42db commit e07cefb

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 4.0.5 / 2026-01-29
4+
5+
### Enhancements:
6+
7+
* Removed unused deprecate loading. Pull request
8+
[#9266](https://github.com/ruby/rubygems/pull/9266) by hsbt
9+
* Validate executable names for invalid characters. Pull request
10+
[#9257](https://github.com/ruby/rubygems/pull/9257) by hsbt
11+
* Installs bundler 4.0.5 as a default gem.
12+
13+
### Bug fixes:
14+
15+
* Fix RubyGems not able to require the right gem:. Pull request
16+
[#9246](https://github.com/ruby/rubygems/pull/9246) by Edouard-chin
17+
* Remove special behavior for rake. Pull request
18+
[#9245](https://github.com/ruby/rubygems/pull/9245) by JasonLunn
19+
20+
### Documentation:
21+
22+
* Added another usage of pristine command. Pull request
23+
[#9255](https://github.com/ruby/rubygems/pull/9255) by hsbt
24+
325
## 4.0.4 / 2026-01-15
426

527
### Enhancements:

bundler/CHANGELOG.md

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

3+
## 4.0.5 (2026-01-29)
4+
5+
### Enhancements:
6+
7+
- Fix Bundler that re-exec $0 when a `version` is present in the config: [#9249](https://github.com/ruby/rubygems/pull/9249)
8+
9+
### Bug fixes:
10+
11+
- Only use parent source with Git and Path sources [#9269](https://github.com/ruby/rubygems/pull/9269)
12+
313
## 4.0.4 (2026-01-15)
414

515
### Enhancements:

0 commit comments

Comments
 (0)