File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.0.0.beta2 / 2025-11-26
4+
5+ ### Deprecations:
6+
7+ * Deprecate comparing Gem::Version objects with strings. Pull request
8+ [ #9085 ] ( https://github.com/ruby/rubygems/pull/9085 ) by tenderlove
9+
10+ ### Enhancements:
11+
12+ * Undeprecate Gem::Version#<=> against strings. Pull request
13+ [ #9110 ] ( https://github.com/ruby/rubygems/pull/9110 ) by byroot
14+ * Installs bundler 4.0.0.beta2 as a default gem.
15+
16+ ### Bug fixes:
17+
18+ * Respect ` BUNDLE_VERSION ` config at Gem::BundlerVersionFinder. Pull
19+ request [ #9106 ] ( https://github.com/ruby/rubygems/pull/9106 ) by hsbt
20+
321## 4.0.0.beta1 / 2025-11-20
422
523### Security:
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.0.0.beta2 (2025-11-26)
4+
5+ ### Features:
6+
7+ - Support bundle install --lockfile option [ #9111 ] ( https://github.com/ruby/rubygems/pull/9111 )
8+ - Add support for lockfile in Gemfile and bundle install --no-lock [ #9059 ] ( https://github.com/ruby/rubygems/pull/9059 )
9+
10+ ### Performance:
11+
12+ - Run git operations in parallel to speed things up: [ #9100 ] ( https://github.com/ruby/rubygems/pull/9100 )
13+
14+ ### Enhancements:
15+
16+ - Fixup GH-9085 [ #9108 ] ( https://github.com/ruby/rubygems/pull/9108 )
17+ - Add go_gem/rake_task for Go native extention gem skeleton [ #9105 ] ( https://github.com/ruby/rubygems/pull/9105 )
18+ - Keep legacy windows platform, not removed them [ #9104 ] ( https://github.com/ruby/rubygems/pull/9104 )
19+
20+ ### Bug fixes:
21+
22+ - Check for file existence before deletion from cache [ #9095 ] ( https://github.com/ruby/rubygems/pull/9095 )
23+
324## 4.0.0.beta1 (2025-11-20)
425
526### Security:
You can’t perform that action at this time.
0 commit comments