module Datadog::VERSION

Constants

MAJOR
MAXIMUM_RUBY_VERSION

Ruby 3.2 is not supported: Ruby 3.x support as implemented using *args needs ruby2_keywords to continue working, yet the scheduled removal of ruby2_keywords when Ruby 2.6 is EOL'd (i.e on Ruby 3.2 release) would leave the code with no option, other than to move to *args, **kwargs.

See www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/

This constraint can only be removed when the dependency on ruby2_keywords is dropped. An allowance is nonetheless made to test prerelease versions. The version constraint may be bumped if the removal is postponed.

MINIMUM_RUBY_VERSION
MINOR
PATCH
PRE
STRING