Skip to content

Commit

Permalink
Added 3.6.2 release announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Dec 23, 2024
1 parent 898aceb commit 7c2a751
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions _posts/2024-12-23-3.6.2-released.md
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

0 comments on commit 7c2a751

Please sign in to comment.