File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments