Skip to content

Commit dc2962a

Browse files
committed
squash: bump active support instrumentation deps
1 parent 6c0fa74 commit dc2962a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

instrumentation/action_mailer/opentelemetry-instrumentation-action_mailer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = ">= #{File.read(File.expand_path('../../gemspecs/RUBY_REQUIREMENT', __dir__))}"
2727

28-
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.7'
28+
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.9'
2929

3030
if spec.respond_to?(:metadata)
3131
spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md"

instrumentation/action_view/opentelemetry-instrumentation-action_view.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = ">= #{File.read(File.expand_path('../../gemspecs/RUBY_REQUIREMENT', __dir__))}"
2727

28-
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.7'
28+
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.9'
2929

3030
if spec.respond_to?(:metadata)
3131
spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md"

instrumentation/active_storage/opentelemetry-instrumentation-active_storage.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = ">= #{File.read(File.expand_path('../../gemspecs/RUBY_REQUIREMENT', __dir__))}"
2727

28-
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.7'
28+
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.9'
2929

3030
if spec.respond_to?(:metadata)
3131
spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md"

0 commit comments

Comments
 (0)