Skip to content

Commit

Permalink
fix: rubocop error in opentelemetry-instrumentation-all.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtdzzz committed Jan 14, 2025
1 parent 04abd66 commit cf7ee82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 3.0'

spec.add_dependency 'opentelemetry-instrumentation-active_storage', '~> 0.0.0'
spec.add_dependency 'opentelemetry-instrumentation-active_model_serializers', '~> 0.21.0'
spec.add_dependency 'opentelemetry-instrumentation-active_storage', '~> 0.0.0'
spec.add_dependency 'opentelemetry-instrumentation-aws_lambda', '~> 0.1.0'
spec.add_dependency 'opentelemetry-instrumentation-aws_sdk', '~> 0.7.0'
spec.add_dependency 'opentelemetry-instrumentation-bunny', '~> 0.21.0'
Expand Down

0 comments on commit cf7ee82

Please sign in to comment.