-
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
898aceb
commit 7c2a751
Showing
1 changed file
with
51 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,51 @@ | ||
--- | ||
title: 3.6.2 Released | ||
layout: post | ||
author: David Rodríguez | ||
author_email: [email protected] | ||
--- | ||
|
||
RubyGems 3.6.2 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:_ | ||
|
||
* Fix Gem::SafeMarshal buffer overrun when given lengths larger than fit | ||
into a byte. Pull request | ||
[#8305](https://github.com/rubygems/rubygems/pull/8305) by segiddins | ||
* Improve type checking in marshal_load methods. Pull request | ||
[#8306](https://github.com/rubygems/rubygems/pull/8306) by segiddins | ||
|
||
_## Enhancements:_ | ||
|
||
* Skip rdoc hooks and their tests on newer rdoc versions. Pull request | ||
[#8340](https://github.com/rubygems/rubygems/pull/8340) by | ||
deivid-rodriguez | ||
* Installs bundler 2.6.2 as a default gem. | ||
|
||
_## Bug fixes:_ | ||
|
||
* Fix serialized metadata including an empty `@original_platform` | ||
attribute. Pull request | ||
[#8355](https://github.com/rubygems/rubygems/pull/8355) by | ||
deivid-rodriguez | ||
|
||
|
||
SHA256 Checksums: | ||
|
||
* rubygems-3.6.2.tgz | ||
d2f4e760eef098608692bbd6eff30df2e221b4723549da70dabcba116dc39680 | ||
* rubygems-3.6.2.zip | ||
ad213a8c5275ef61b3107d48f71cc61e93956a27eccbb0aaa631b5f35f08b47a | ||
* rubygems-update-3.6.2.gem | ||
f6822f349cc394abc86ba5699803d6d4edf99b6c6a022fa48a13aaf4c824347f | ||
|
||
|
||
[download]: https://rubygems.org/pages/download | ||
|