[PROF-11035] Require datadog-ruby_core_source >= 3.3.7 to ensure Ruby 3.4 support #4228
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR adds an extra version restriction to our
datadog-ruby_core_source
dependency to ensure that version 3.3.7 or newer gets used.Motivation:
Version 3.3.7 ships support for Ruby 3.4 (using 3.4.0-rc1 headers) and has a nice on-disk footprint reduction so we want to make sure that it gets used, instead of an older version.
Change log entry
Yes. Require datadog-ruby_core_source >= 3.3.7 to ensure Ruby 3.4 support
Additional Notes:
N/A
How to test the change?
If CI is still green, we're almost good. The final part is testing this with 3.4.0-rc1 -- which we don't yet have in CI.
For now I did that locally and got a green build; once we pick up 3.4.0-rc1 (or 3.4.0 stable) in CI, we'll be able to validate this part in CI as well.