-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c0816f
commit 72b8a6c
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|