close
Skip to content

dRuby 2.2.3 - 2025-05-21

Latest

Choose a tag to compare

@github-actions github-actions released this 21 May 06:39
· 5 commits to master since this release

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.

Thanks

  • Mark Young