File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # 2.6.3 (January 16, 2025)
2+
3+ ## Enhancements:
4+
5+ - Don't fallback to evaluating YAML gemspecs as Ruby code [ #8404 ] ( https://github.com/rubygems/rubygems/pull/8404 )
6+ - Print message when blocking on file locks [ #8299 ] ( https://github.com/rubygems/rubygems/pull/8299 )
7+ - Add support for mise version manager file [ #8356 ] ( https://github.com/rubygems/rubygems/pull/8356 )
8+ - Add Ruby 3.5 to Gemfile DSL platform values [ #8365 ] ( https://github.com/rubygems/rubygems/pull/8365 )
9+
10+ ## Bug fixes:
11+
12+ - Revert RubyGems plugins getting loaded on ` Bundler.require ` [ #8410 ] ( https://github.com/rubygems/rubygems/pull/8410 )
13+ - Fix platform specific gems sometimes being removed from the lockfile [ #8401 ] ( https://github.com/rubygems/rubygems/pull/8401 )
14+ - Serialize gemspec when caching git source [ #8403 ] ( https://github.com/rubygems/rubygems/pull/8403 )
15+ - Fix crash on read-only filesystems in Ruby 3.4 [ #8372 ] ( https://github.com/rubygems/rubygems/pull/8372 )
16+ - Fix ` bundle outdated <GEM> ` failing if not all gems are installed [ #8361 ] ( https://github.com/rubygems/rubygems/pull/8361 )
17+ - Fix ` bundle install ` crash on Windows [ #8362 ] ( https://github.com/rubygems/rubygems/pull/8362 )
18+
19+ ## Documentation:
20+
21+ - Fix broken links in the documents [ #8389 ] ( https://github.com/rubygems/rubygems/pull/8389 )
22+
123# 2.6.2 (December 23, 2024)
224
325## Bug fixes:
You can’t perform that action at this time.
0 commit comments