Skip to content

Commit 7e397db

Browse files
authored
Merge pull request #4034 from DataDog/ivoanjo/remove-version-constrait-ruby-core-source
[NO-TICKET] Remove tight version contraint on datadog-ruby_core_source
2 parents cf6bd45 + 90e0916 commit 7e397db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

datadog.gemspec

+2-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,8 @@ Gem::Specification.new do |spec|
6161
# rubies, see #1739 and #1336 for an extended discussion about this
6262
spec.add_dependency 'msgpack'
6363

64-
# Used by the profiler native extension to support Ruby < 2.6 and > 3.2
65-
#
66-
# We decided to pin it at the latest available version and will manually bump the dependency as needed.
67-
spec.add_dependency 'datadog-ruby_core_source', '= 3.3.6'
64+
# 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'
6866

6967
# Used by appsec
7068
spec.add_dependency 'libddwaf', '~> 1.14.0.0.0'

0 commit comments

Comments
 (0)