From 72b8a6c5215c6bc0e8503f45dedea65840a1e7e9 Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Fri, 3 May 2024 14:44:44 +0200 Subject: [PATCH] Added 3.5.10 release announcement --- _posts/2024-05-03-3.5.10-released.md | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 _posts/2024-05-03-3.5.10-released.md diff --git a/_posts/2024-05-03-3.5.10-released.md b/_posts/2024-05-03-3.5.10-released.md new file mode 100644 index 0000000..2e17a2e --- /dev/null +++ b/_posts/2024-05-03-3.5.10-released.md @@ -0,0 +1,48 @@ +--- +title: 3.5.10 Released +layout: post +author: David Rodriguez +author_email: deivid.rodriguez@riseup.net +--- + +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 +