@@ -52,14 +52,14 @@ Gem::Specification.new do |spec|
5252 # must be capped below its enforcing version to keep attaching on Rails 7.0.
5353 # These releases are still compatible with Rails 7.1+, so modern apps are
5454 # unaffected. Revisit when the plugin drops Rails 7.0 support.
55- spec . add_dependency 'opentelemetry-instrumentation-rails ' , '>= 0.34' , ' < 0.42 '
55+ spec . add_dependency 'opentelemetry-instrumentation-action_mailer ' , '< 0.8 '
5656 spec . add_dependency 'opentelemetry-instrumentation-action_pack' , '< 0.18'
5757 spec . add_dependency 'opentelemetry-instrumentation-action_view' , '< 0.13'
58- spec . add_dependency 'opentelemetry-instrumentation-active_record' , '< 0.13'
59- spec . add_dependency 'opentelemetry-instrumentation-active_support' , '< 0.12'
6058 spec . add_dependency 'opentelemetry-instrumentation-active_job' , '< 0.12'
61- spec . add_dependency 'opentelemetry-instrumentation-action_mailer ' , '< 0.8 '
59+ spec . add_dependency 'opentelemetry-instrumentation-active_record ' , '< 0.13 '
6260 spec . add_dependency 'opentelemetry-instrumentation-active_storage' , '< 0.5'
61+ spec . add_dependency 'opentelemetry-instrumentation-active_support' , '< 0.12'
62+ spec . add_dependency 'opentelemetry-instrumentation-rails' , '>= 0.34' , '< 0.42'
6363
6464 # Non-Rails instrumentations: latest. Consumers can add any other
6565 # opentelemetry-instrumentation-* gem to their Gemfile and it is picked up
0 commit comments