Skip to content

Commit 5d5a0f9

Browse files
committed
Changelog for Bundler version 4.0.7
1 parent 73c6fa7 commit 5d5a0f9

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

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)