RubyGems Navigation menu

Blog

Back to blog posts

3.5.2 Released

RubyGems 3.5.2 includes enhancements and performance.

To update to the latest RubyGems you can run:

gem update --system

To install RubyGems by hand see the Download RubyGems page.

## Enhancements:

  • Support dynamic library loading with extension .so or .o. Pull request #7241 by hogelog
  • Installs bundler 2.5.2 as a default gem.

## Performance:

  • Replace object_id comparison with identity Hash. Pull request #7303 by amomchilov
  • Use IO.copy_stream when reading, writing. Pull request #6958 by martinemde

SHA256 Checksums:

  • rubygems-3.5.2.tgz
    8451765e1be6c1b62de2fdcfaef06ad989de5423f7a67deddfcf2822d306305c
  • rubygems-3.5.2.zip
    db7c97f3fdb7ac9b18ef746b18a924a991ced87821211661e0347a582a282b2e
  • rubygems-update-3.5.2.gem
    69bad4ec83d292d79567859650c3647dd5ea2fdd591e22f40fcb50c3f3dd6fe8
David Rodríguez