Skip to content

Commit

Permalink
Update gem dependency to Ruby 2.4.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Feb 29, 2024
1 parent df46092 commit e6919cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Or just download specify your Ruby library path. Below is the sample for specify
export RUBYLIB=$RUBYLIB:/path/to/aws-fluent-plugin-kinesis/lib

## Dependencies
* Ruby 2.3.0+
* Ruby 2.4.2+
* Fluentd 0.14.22+ (td-agent v3.1.0+)

## Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-kinesis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 2.3'
spec.required_ruby_version = '>= 2.4.2'

spec.add_dependency "fluentd", ">= 0.14.22", "< 2"

Expand Down

0 comments on commit e6919cb

Please sign in to comment.