Skip to content

Commit 1fff9ef

Browse files
Changelog for Bundler version 2.5.23
1 parent c2be049 commit 1fff9ef

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bundler/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 2.5.23 (November 5, 2024)
2+
3+
## Enhancements:
4+
5+
- Add useful error message for plugin load [#7639](https://github.com/rubygems/rubygems/pull/7639)
6+
- Indent github workflow steps for generated gems [#8193](https://github.com/rubygems/rubygems/pull/8193)
7+
- Improve several permission errors [#8168](https://github.com/rubygems/rubygems/pull/8168)
8+
- Add `bundle add` `--quiet` option [#8157](https://github.com/rubygems/rubygems/pull/8157)
9+
10+
## Bug fixes:
11+
12+
- Fix incompatible encodings error when paths with UTF-8 characters are involved [#8196](https://github.com/rubygems/rubygems/pull/8196)
13+
- Update `--ext=rust` to support compiling the native extension from source [#7610](https://github.com/rubygems/rubygems/pull/7610)
14+
- Print a proper error when there's a previous empty installation path with bad permissions [#8169](https://github.com/rubygems/rubygems/pull/8169)
15+
- Fix running `bundler` (with a final `r`) in a `bundle exec` context [#8165](https://github.com/rubygems/rubygems/pull/8165)
16+
- Handle two `gemspec` usages in same Gemfile with same dep and compatible requirements [#7999](https://github.com/rubygems/rubygems/pull/7999)
17+
- Fix `bundle check` sometimes locking gems under the wrong source [#8148](https://github.com/rubygems/rubygems/pull/8148)
18+
19+
## Documentation:
20+
21+
- Remove confusing `bundle config` documentation [#8177](https://github.com/rubygems/rubygems/pull/8177)
22+
- Rename bundler inline's `install` parameter and clarify docs [#8170](https://github.com/rubygems/rubygems/pull/8170)
23+
- Clarify `bundle install --quiet` documentation [#8163](https://github.com/rubygems/rubygems/pull/8163)
24+
125
# 2.5.22 (October 16, 2024)
226

327
## Enhancements:

0 commit comments

Comments
 (0)