Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 502 Bytes

File metadata and controls

25 lines (17 loc) · 502 Bytes

News

2.2.3 - 2025-05-21

Improvement

  • Added support for "Changelog" link in RubyGems.org page.

    • GH-30
    • Patch by Mark Young
  • Dropped ObjectSpace._id2ref dependency because ObjectSpace._id2ref is deprecated. Drb::WeakIdConv is meaningless by this. So it's deprecated. Use the default ID converter instead.

Fixes

  • SSL: Fixed wrong certificate version.
    • GH-29

Thanks

  • Mark Young