We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547eeb1 commit 012142bCopy full SHA for 012142b
instana.gemspec
@@ -45,6 +45,6 @@ Gem::Specification.new do |spec|
45
spec.add_runtime_dependency('csv', '>= 0.1')
46
spec.add_runtime_dependency('sys-proctable', '>= 1.2.2')
47
spec.add_runtime_dependency('opentelemetry-api', '~> 1.4')
48
- spec.add_runtime_dependency('opentelemetry-common', '~> 0.22.0')
+ spec.add_runtime_dependency('opentelemetry-common')
49
spec.add_runtime_dependency('oj', '>=3.0.11') unless RUBY_PLATFORM =~ /java/i
50
end
0 commit comments