Skip to content

Commit 32593a2

Browse files
committed
[PROF-11203] Bump minimum version of datadog-ruby_core_source
**What does this PR do?** This PR bumps the minimum version of the `datadog-ruby_core_source` gem to 3.4.0. **Motivation:** This bump ensures that any customers upgrading dd-trace-rb also pick up the latest version of `datadog-ruby_core_source`. **Additional Notes:** N/A **How to test the change?** Green CI means all ok :)
1 parent e3cec5f commit 32593a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Gem::Specification.new do |spec|
6262
spec.add_dependency 'msgpack'
6363

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

6767
# Used by appsec
6868
spec.add_dependency 'libddwaf', '~> 1.18.0.0.0'

0 commit comments

Comments
 (0)