Skip to content

Commit

Permalink
Merge pull request #4228 from DataDog/ivoanjo/prof-11035-force-use-of…
Browse files Browse the repository at this point in the history
…-latest-headers

[PROF-11035] Require datadog-ruby_core_source >= 3.3.7 to ensure Ruby 3.4 support
  • Loading branch information
ivoanjo authored Dec 17, 2024
2 parents 4f1c8bd + 6606145 commit 9928a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'msgpack'

# Used by the profiler native extension to support Ruby 2.5 and > 3.2, see NativeExtensionDesign.md for details
spec.add_dependency 'datadog-ruby_core_source', '~> 3.3'
spec.add_dependency 'datadog-ruby_core_source', '~> 3.3', '>= 3.3.7'

# Used by appsec
spec.add_dependency 'libddwaf', '~> 1.18.0.0.0'
Expand Down

0 comments on commit 9928a51

Please sign in to comment.