Skip to content

Commit 7c541a2

Browse files
authored
Merge pull request #9349 from ruby/cherry_pick_changelogs
Changelogs for RubyGems 4.0.7 and Bundler 4.0.7
2 parents da1333f + 39350ee commit 7c541a2

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 4.0.7 / 2026-02-25
4+
5+
### Enhancements:
6+
7+
* Add Gem.disable_system_update_message in setup.rb. Pull request
8+
[#9020](https://github.com/ruby/rubygems/pull/9020) by hyuraku
9+
* Print message when signing in with an existing API key. Pull request
10+
[#9312](https://github.com/ruby/rubygems/pull/9312) by hsbt
11+
* Installs bundler 4.0.7 as a default gem.
12+
13+
### Documentation:
14+
15+
* Document gemspecs must be deterministic. Pull request
16+
[#9321](https://github.com/ruby/rubygems/pull/9321) by fxn
17+
* Remove "##" from a comment to require. Pull request
18+
[#9306](https://github.com/ruby/rubygems/pull/9306) by tompng
19+
320
## 4.0.6 / 2026-02-05
421

522
### Enhancements:

bundler/CHANGELOG.md

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

3+
## 4.0.7 (2026-02-25)
4+
5+
### Enhancements:
6+
7+
- Don't check whether a plugin needs to be installed: [#9328](https://github.com/ruby/rubygems/pull/9328)
8+
- [rust gem] Major improvements for gem scaffolding (rebased) [#8455](https://github.com/ruby/rubygems/pull/8455)
9+
- Fix(bundler): only preload git sources for requested groups [#9234](https://github.com/ruby/rubygems/pull/9234)
10+
- Raise error when gem contains capital letters [#5432](https://github.com/ruby/rubygems/pull/5432)
11+
12+
### Bug fixes:
13+
14+
- Fix Bundler crashing when it tries to install plugin: [#9335](https://github.com/ruby/rubygems/pull/9335)
15+
- Run git operations in parallel (take 2): [#9323](https://github.com/ruby/rubygems/pull/9323)
16+
- Add support for help flag in plugin commands [#9263](https://github.com/ruby/rubygems/pull/9263)
17+
18+
### Documentation:
19+
20+
- [DOC] Fix link in Bundler [#9315](https://github.com/ruby/rubygems/pull/9315)
21+
322
## 4.0.6 (2026-02-05)
423

524
### Bug fixes:

0 commit comments

Comments
 (0)