Skip to content

Commit 72b8a6c

Browse files
Added 3.5.10 release announcement
1 parent 0c0816f commit 72b8a6c

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

_posts/2024-05-03-3.5.10-released.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: 3.5.10 Released
3+
layout: post
4+
author: David Rodriguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.5.10 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+
* Add a limit to the size of the metadata and checksums files in a gem
20+
package. Pull request
21+
[#7568](https://github.com/rubygems/rubygems/pull/7568) by segiddins
22+
23+
_## Enhancements:_
24+
25+
* Don't fully require `rubygems` from `rubygems/package` to prevent some
26+
circular require warnings when using Bundler. Pull request
27+
[#7612](https://github.com/rubygems/rubygems/pull/7612) by
28+
deivid-rodriguez
29+
* Installs bundler 2.5.10 as a default gem.
30+
31+
_## Bug fixes:_
32+
33+
* Rename credential email to identifier in WebAuthn poller. Pull request
34+
[#7623](https://github.com/rubygems/rubygems/pull/7623) by jenshenny
35+
36+
37+
SHA256 Checksums:
38+
39+
* rubygems-3.5.10.tgz
40+
bbabd26611ff450cafe8a79368e649ae8da90fb1665fcb198a36dfafbd266db5
41+
* rubygems-3.5.10.zip
42+
59eb2934a3c0e90a33f8159559ebe3eea1413a3c6b5ce1a98367d9e86133b976
43+
* rubygems-update-3.5.10.gem
44+
5c9f1fdef208b335fcac0bf3e532b4a65b3c73cbb562c332737f9a2f4a65ba20
45+
46+
47+
[download]: https://rubygems.org/pages/download
48+

0 commit comments

Comments
 (0)