Skip to content

Commit 745ec66

Browse files
Changelog for Rubygems version 3.5.8
1 parent 16b9620 commit 745ec66

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 3.5.8 / 2024-04-11
2+
3+
## Security:
4+
5+
* Respect global umask when writing regular files. Pull request
6+
[#7518](https://github.com/rubygems/rubygems/pull/7518) by
7+
deivid-rodriguez
8+
9+
## Enhancements:
10+
11+
* Allow string keys with gemrc. Pull request
12+
[#7543](https://github.com/rubygems/rubygems/pull/7543) by hsbt
13+
* [Experimental] Add "gem rebuild" command. Pull request
14+
[#4913](https://github.com/rubygems/rubygems/pull/4913) by duckinator
15+
* Installs bundler 2.5.8 as a default gem.
16+
17+
## Bug fixes:
18+
19+
* Fix NoMethodError crash when building errors about corrupt package
20+
files. Pull request
21+
[#7539](https://github.com/rubygems/rubygems/pull/7539) by jez
22+
* Fix resolver to properly intersect Arrays of `Gem::Resolver::Activation`
23+
objects. Pull request
24+
[#7537](https://github.com/rubygems/rubygems/pull/7537) by
25+
deivid-rodriguez
26+
127
# 3.5.7 / 2024-03-22
228

329
## Enhancements:

0 commit comments

Comments
 (0)