Skip to content

Add Ruby 4.0.0 support #5185

@kwent

Description

@kwent

Summary

Ruby 4.0.0 was released on December 25, 2025. The current gemspec restricts Ruby version to < 4.0:

required_ruby_version: >= 2.5.0, < 4.0

Request

Please update the gemspec to support Ruby 4.0.0.

Environment

  • Ruby 4.0.0 (2025-12-25 revision 553f1675f3)
  • Tested on macOS arm64

Error

Could not find compatible versions

Because datadog >= 2.23.0 depends on Ruby >= 2.5.0, < 4.0
  and Gemfile depends on datadog ~> 2.23,
  Ruby >= 2.5.0, < 4.0 is required.
So, because current Ruby version is = 4.0.0,
  version solving has failed.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions