File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ # 3.5.19 / 2024-09-18
2+
3+ ## Enhancements:
4+
5+ * Standardize pretty-print output for ` Gem::Source ` and subclasses. Pull
6+ request [ #7994 ] ( https://github.com/rubygems/rubygems/pull/7994 ) by
7+ djberube
8+ * Update vendored ` molinillo ` to master and vendored ` resolv ` to 0.4.0.
9+ Pull request [ #7521 ] ( https://github.com/rubygems/rubygems/pull/7521 ) by
10+ hsbt
11+ * Installs bundler 2.5.19 as a default gem.
12+
13+ ## Bug fixes:
14+
15+ * Fix ` bundle exec rake install ` failing when local gem has extensions.
16+ Pull request [ #7977 ] ( https://github.com/rubygems/rubygems/pull/7977 ) by
17+ deivid-rodriguez
18+ * Make ` gem exec ` use the standard GEM_HOME. Pull request
19+ [ #7982 ] ( https://github.com/rubygems/rubygems/pull/7982 ) by
20+ deivid-rodriguez
21+ * Fix ` gem fetch ` always exiting with zero status code. Pull request
22+ [ #8007 ] ( https://github.com/rubygems/rubygems/pull/8007 ) by
23+ deivid-rodriguez
24+ * Remove temporary ` .lock ` files unintentionally left around by gem
25+ installer. Pull request
26+ [ #7939 ] ( https://github.com/rubygems/rubygems/pull/7939 ) by nobu
27+ * Removed unused stringio. Pull request
28+ [ #8001 ] ( https://github.com/rubygems/rubygems/pull/8001 ) by hsbt
29+ * Avoid another race condition of open mode. Pull request
30+ [ #7931 ] ( https://github.com/rubygems/rubygems/pull/7931 ) by nobu
31+ * Fix ` @license ` typo preventing licenses from being correctly
32+ unmarshalled. Pull request
33+ [ #7975 ] ( https://github.com/rubygems/rubygems/pull/7975 ) by djberube
34+
35+ ## Performance:
36+
37+ * Fix ` gem install does-not-exist ` being super slow. Pull request
38+ [ #8006 ] ( https://github.com/rubygems/rubygems/pull/8006 ) by
39+ deivid-rodriguez
40+
141# 3.5.18 / 2024-08-26
242
343## Enhancements:
You can’t perform that action at this time.
0 commit comments