Skip to content

Commit

Permalink
Merge branch 'aws_msk_iam_improvements' into aws_msk_with_iam_support
Browse files Browse the repository at this point in the history
  • Loading branch information
madebydna committed Dec 9, 2024
2 parents c966002 + d3d5845 commit 6ddef4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-kafka.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|

if ENV['USE_RDKAFKA']
gem.add_dependency 'rdkafka', [ENV['RDKAFKA_VERSION_MIN_RANGE'], ENV['RDKAFKA_VERSION_MAX_RANGE']]
if Gem::Version.new('3.0' >= Gem::Version.new(RUBY_VERSION)
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0')
gem.add_dependency 'aws-msk-iam-sasl-signer', '~> 0.1.1'
end
end
Expand Down

0 comments on commit 6ddef4a

Please sign in to comment.