Skip to content

Commit 77e293f

Browse files
Changelog for Rubygems version 3.5.19
1 parent 33fc586 commit 77e293f

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
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:

0 commit comments

Comments
 (0)