Skip to content

Commit b4c7eaa

Browse files
Changelog for Bundler version 2.4.14
1 parent 7db548a commit b4c7eaa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bundler/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 2.4.14 (June 12, 2023)
2+
3+
## Enhancements:
4+
5+
- Stop publishing Gemfile in default gem template [#6723](https://github.com/rubygems/rubygems/pull/6723)
6+
- Avoid infinite loops when hitting resolution bugs [#6722](https://github.com/rubygems/rubygems/pull/6722)
7+
- Make `LockfileParser` usable with just a lockfile [#6694](https://github.com/rubygems/rubygems/pull/6694)
8+
- Always rely on `$LOAD_PATH` when jumping from `exe/` to `lib/` [#6702](https://github.com/rubygems/rubygems/pull/6702)
9+
- Make `frozen` setting take precedence over `deployment` setting [#6685](https://github.com/rubygems/rubygems/pull/6685)
10+
- Show an error when trying to update bundler in frozen mode [#6684](https://github.com/rubygems/rubygems/pull/6684)
11+
12+
## Bug fixes:
13+
14+
- Fix `deployment` vs `path` precedence [#6703](https://github.com/rubygems/rubygems/pull/6703)
15+
- Fix inline mode with multiple sources [#6699](https://github.com/rubygems/rubygems/pull/6699)
16+
117
# 2.4.13 (May 9, 2023)
218

319
## Bug fixes:

0 commit comments

Comments
 (0)