Skip to content

Commit 70951a0

Browse files
Changelog for Bundler version 2.6.4
1 parent a657aff commit 70951a0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

bundler/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 2.6.4 (February 17, 2025)
2+
3+
## Enhancements:
4+
5+
- Make Bundler never instantiate development dependencies [#8486](https://github.com/rubygems/rubygems/pull/8486)
6+
- Fix some invalid options to `gem` DSL not getting reported as invalid [#8480](https://github.com/rubygems/rubygems/pull/8480)
7+
- Add `irb` to a Gemfile for a newly created gem [#8467](https://github.com/rubygems/rubygems/pull/8467)
8+
- Auto-heal empty installation directory [#8457](https://github.com/rubygems/rubygems/pull/8457)
9+
- Fix `bundle console` unnecessarily trying to load IRB twice [#8443](https://github.com/rubygems/rubygems/pull/8443)
10+
- Add ruby_34 and ruby_35 as valid platform: [#8430](https://github.com/rubygems/rubygems/pull/8430)
11+
- Consider gems under `platform: :windows` filter in Gemfile when running on Windows with ARM architecture [#8428](https://github.com/rubygems/rubygems/pull/8428)
12+
13+
## Bug fixes:
14+
15+
- Fix regression when running `bundle update <foo>` would sometimes downgrade a top level dependency [#8491](https://github.com/rubygems/rubygems/pull/8491)
16+
- Fix dependency locking when Bundler finds incorrect lockfile dependencies [#8489](https://github.com/rubygems/rubygems/pull/8489)
17+
- Raise error when lockfile is missing deps in frozen mode [#8483](https://github.com/rubygems/rubygems/pull/8483)
18+
- Fix `bundle install --prefer-local` sometimes installing very old versions [#8484](https://github.com/rubygems/rubygems/pull/8484)
19+
- Fix incorrect error message when running `bundle update` in frozen mode [#8481](https://github.com/rubygems/rubygems/pull/8481)
20+
- Keep platform variants in `vendor/cache` even if incompatible with the current Ruby version [#8471](https://github.com/rubygems/rubygems/pull/8471)
21+
- Fix `bundle console` printing bug report template incorrectly [#8436](https://github.com/rubygems/rubygems/pull/8436)
22+
- Fix `--prefer-local` not respecting default gems [#8412](https://github.com/rubygems/rubygems/pull/8412)
23+
24+
## Performance:
25+
26+
- Improve resolution performance [#8458](https://github.com/rubygems/rubygems/pull/8458)
27+
28+
## Documentation:
29+
30+
- Fix more broken links [#8416](https://github.com/rubygems/rubygems/pull/8416)
31+
132
# 2.6.3 (January 16, 2025)
233

334
## Enhancements:

0 commit comments

Comments
 (0)