Skip to content

Commit

Permalink
squash: OMG
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 7, 2025
1 parent 3dd21b2 commit c597ab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Rdkafka
# The Instrumentation class contains logic to detect and install the Rdkafka instrumentation
class Instrumentation < OpenTelemetry::Instrumentation::Base
compatible do
gem_version = Gem::Version(::Rdkafka::VERSION)
gem_version = Gem::Version.new(::Rdkafka::VERSION)
Gem::Requirement.new('>= 0.10.0', '< 0.15.0').satisfied_by?(gem_version)
end

Expand Down

0 comments on commit c597ab2

Please sign in to comment.