Skip to content

Commit 721f24e

Browse files
Added 3.5.8 release announcement
1 parent c0b2e88 commit 721f24e

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: 3.5.8 Released
3+
layout: post
4+
author: David Rodriguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.5.8 includes security, enhancements and bug fixes.
9+
10+
To update to the latest RubyGems you can run:
11+
12+
gem update --system
13+
14+
To install RubyGems by hand see the [Download RubyGems][download] page.
15+
16+
17+
_## Security:_
18+
19+
* Respect global umask when writing regular files. Pull request
20+
[#7518](https://github.com/rubygems/rubygems/pull/7518) by
21+
deivid-rodriguez
22+
23+
_## Enhancements:_
24+
25+
* Allow string keys with gemrc. Pull request
26+
[#7543](https://github.com/rubygems/rubygems/pull/7543) by hsbt
27+
* [Experimental] Add "gem rebuild" command. Pull request
28+
[#4913](https://github.com/rubygems/rubygems/pull/4913) by duckinator
29+
* Installs bundler 2.5.8 as a default gem.
30+
31+
_## Bug fixes:_
32+
33+
* Fix NoMethodError crash when building errors about corrupt package
34+
files. Pull request
35+
[#7539](https://github.com/rubygems/rubygems/pull/7539) by jez
36+
* Fix resolver to properly intersect Arrays of `Gem::Resolver::Activation`
37+
objects. Pull request
38+
[#7537](https://github.com/rubygems/rubygems/pull/7537) by
39+
deivid-rodriguez
40+
41+
42+
SHA256 Checksums:
43+
44+
* rubygems-3.5.8.tgz
45+
6ddd48fc8c53ec303b24b7517a6102477463c992936174f828cc2eab9ecb6055
46+
* rubygems-3.5.8.zip
47+
e91afd4d68345dbba856c4c912754ad73d20ee07d86cbd5373ef77dddd971ad1
48+
* rubygems-update-3.5.8.gem
49+
66ae3ab9b1063e6a301de73d92f744683a2c2ae4a296ecb47b869b6846e6ecfb
50+
51+
52+
[download]: https://rubygems.org/pages/download
53+

0 commit comments

Comments
 (0)