Skip to content

Commit

Permalink
set minimum version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisholmes committed Jul 28, 2022
1 parent cdd55f9 commit 37f0694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Instrumentation
module Racecar
# The Instrumentation class contains logic to detect and install the Racecar instrumentation
class Instrumentation < OpenTelemetry::Instrumentation::Base
MINIMUM_VERSION = Gem::Version.new('2.0')
MINIMUM_VERSION = Gem::Version.new('2.7')

compatible do
gem_version >= MINIMUM_VERSION
Expand Down

0 comments on commit 37f0694

Please sign in to comment.