RubyGems Navigation menu

Blog

Back to blog posts

3.6.2 Released

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 page.

## Security:

  • Fix Gem::SafeMarshal buffer overrun when given lengths larger than fit into a byte. Pull request #8305 by segiddins
  • Improve type checking in marshal_load methods. Pull request #8306 by segiddins

## Enhancements:

  • Skip rdoc hooks and their tests on newer rdoc versions. Pull request #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 by deivid-rodriguez

SHA256 Checksums:

  • rubygems-3.6.2.tgz
    d2f4e760eef098608692bbd6eff30df2e221b4723549da70dabcba116dc39680
  • rubygems-3.6.2.zip
    ad213a8c5275ef61b3107d48f71cc61e93956a27eccbb0aaa631b5f35f08b47a
  • rubygems-update-3.6.2.gem
    f6822f349cc394abc86ba5699803d6d4edf99b6c6a022fa48a13aaf4c824347f
David Rodríguez