We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf6bd45 + 90e0916 commit 7e397dbCopy full SHA for 7e397db
datadog.gemspec
@@ -61,10 +61,8 @@ Gem::Specification.new do |spec|
61
# rubies, see #1739 and #1336 for an extended discussion about this
62
spec.add_dependency 'msgpack'
63
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'
+ # 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'
68
69
# Used by appsec
70
spec.add_dependency 'libddwaf', '~> 1.14.0.0.0'
0 commit comments