Skip to content

Commit 012142b

Browse files
committed
otel: add OTel commons lib as dependency
Signed-off-by: Arjun Rajappa <Arjun.Rajappa@ibm.com>
1 parent 547eeb1 commit 012142b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ Gem::Specification.new do |spec|
4545
spec.add_runtime_dependency('csv', '>= 0.1')
4646
spec.add_runtime_dependency('sys-proctable', '>= 1.2.2')
4747
spec.add_runtime_dependency('opentelemetry-api', '~> 1.4')
48-
spec.add_runtime_dependency('opentelemetry-common', '~> 0.22.0')
48+
spec.add_runtime_dependency('opentelemetry-common')
4949
spec.add_runtime_dependency('oj', '>=3.0.11') unless RUBY_PLATFORM =~ /java/i
5050
end

0 commit comments

Comments
 (0)