lib/opentelemetry/instrumentation/action_pack/instrumentation.rb in opentelemetry-instrumentation-action_pack-0.7.1 vs lib/opentelemetry/instrumentation/action_pack/instrumentation.rb in opentelemetry-instrumentation-action_pack-0.8.0
- old
+ new
@@ -7,10 +7,10 @@
module OpenTelemetry
module Instrumentation
module ActionPack
# The Instrumentation class contains logic to detect and install the ActionPack instrumentation
class Instrumentation < OpenTelemetry::Instrumentation::Base
- MINIMUM_VERSION = Gem::Version.new('6.0.0')
+ MINIMUM_VERSION = Gem::Version.new('6.1.0')
install do |_config|
require_railtie
require_dependencies
patch