Skip to content

Commit

Permalink
Added 3.5.10 release announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed May 3, 2024
1 parent 0c0816f commit 72b8a6c
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions _posts/2024-05-03-3.5.10-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: 3.5.10 Released
layout: post
author: David Rodriguez
author_email: [email protected]
---

RubyGems 3.5.10 includes security, enhancements and bug fixes.

To update to the latest RubyGems you can run:

gem update --system

To install RubyGems by hand see the [Download RubyGems][download] page.


_## Security:_

* Add a limit to the size of the metadata and checksums files in a gem
package. Pull request
[#7568](https://github.com/rubygems/rubygems/pull/7568) by segiddins

_## Enhancements:_

* Don't fully require `rubygems` from `rubygems/package` to prevent some
circular require warnings when using Bundler. Pull request
[#7612](https://github.com/rubygems/rubygems/pull/7612) by
deivid-rodriguez
* Installs bundler 2.5.10 as a default gem.

_## Bug fixes:_

* Rename credential email to identifier in WebAuthn poller. Pull request
[#7623](https://github.com/rubygems/rubygems/pull/7623) by jenshenny


SHA256 Checksums:

* rubygems-3.5.10.tgz
bbabd26611ff450cafe8a79368e649ae8da90fb1665fcb198a36dfafbd266db5
* rubygems-3.5.10.zip
59eb2934a3c0e90a33f8159559ebe3eea1413a3c6b5ce1a98367d9e86133b976
* rubygems-update-3.5.10.gem
5c9f1fdef208b335fcac0bf3e532b4a65b3c73cbb562c332737f9a2f4a65ba20


[download]: https://rubygems.org/pages/download

0 comments on commit 72b8a6c

Please sign in to comment.