Skip to content

Commit aacaa7e

Browse files
Changelog for Bundler version 2.6.3
1 parent b5ce52a commit aacaa7e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bundler/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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:

0 commit comments

Comments
 (0)