File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ # 3.5.23 / 2024-11-05
2+
3+ ## Enhancements:
4+
5+ * Validate user input encoding of ` gem ` CLI arguments. Pull request
6+ [ #6471 ] ( https://github.com/rubygems/rubygems/pull/6471 ) by
7+ deivid-rodriguez
8+ * Fix ` gem update --system ` leaving old default bundler executables
9+ around. Pull request
10+ [ #8172 ] ( https://github.com/rubygems/rubygems/pull/8172 ) by
11+ deivid-rodriguez
12+ * Installs bundler 2.5.23 as a default gem.
13+
14+ ## Bug fixes:
15+
16+ * Fix commands with 2 MFA requests when webauthn is enabled. Pull request
17+ [ #8174 ] ( https://github.com/rubygems/rubygems/pull/8174 ) by
18+ deivid-rodriguez
19+ * Make ` --enable-load-relative ` binstubs prolog work when Ruby is not
20+ installed in the same directory as the binstub. Pull request
21+ [ #7872 ] ( https://github.com/rubygems/rubygems/pull/7872 ) by
22+ deivid-rodriguez
23+
24+ ## Performance:
25+
26+ * Speed up ` gem install <nonexistent-gem> ` by finding alternative name
27+ suggestions faster. Pull request
28+ [ #8084 ] ( https://github.com/rubygems/rubygems/pull/8084 ) by duckinator
29+
30+ ## Documentation:
31+
32+ * Add missing comma in documentation. Pull request
33+ [ #8152 ] ( https://github.com/rubygems/rubygems/pull/8152 ) by leoarnold
34+
135# 3.5.22 / 2024-10-16
236
337## Enhancements:
You can’t perform that action at this time.
0 commit comments