Skip to content

Commit e6919cb

Browse files
committed
Update gem dependency to Ruby 2.4.2+
1 parent df46092 commit e6919cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Or just download specify your Ruby library path. Below is the sample for specify
5050
export RUBYLIB=$RUBYLIB:/path/to/aws-fluent-plugin-kinesis/lib
5151

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

5656
## Basic Usage

fluent-plugin-kinesis.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2929
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3030
spec.require_paths = ["lib"]
31-
spec.required_ruby_version = '>= 2.3'
31+
spec.required_ruby_version = '>= 2.4.2'
3232

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

0 commit comments

Comments
 (0)