Skip to content

Commit

Permalink
fix: SDK requires opentelemetry-common 0.19.7 (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
plantfansam committed Jun 2, 2023
1 parent bcf7bec commit 62730b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/opentelemetry-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.0'

spec.add_dependency 'opentelemetry-api', '~> 1.1'
spec.add_dependency 'opentelemetry-common', '~> 0.19.3'
spec.add_dependency 'opentelemetry-common', '~> 0.19.7'
spec.add_dependency 'opentelemetry-registry', '~> 0.2'

# This is an intentionally loose dependency, since we want to be able to
Expand Down

0 comments on commit 62730b5

Please sign in to comment.