Skip to content

Commit

Permalink
Merge pull request #2673 from ashie/accept-tzinfo-1
Browse files Browse the repository at this point in the history
Accept tzinfo not only 2.x but also 1.x
  • Loading branch information
repeatedly authored Oct 29, 2019
2 parents a738583 + d3efac6 commit 942da25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluentd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency("serverengine", [">= 2.0.4", "< 3.0.0"])
gem.add_runtime_dependency("http_parser.rb", [">= 0.5.1", "< 0.7.0"])
gem.add_runtime_dependency("sigdump", ["~> 0.2.2"])
gem.add_runtime_dependency("tzinfo", ["~> 2.0"])
gem.add_runtime_dependency("tzinfo", [">= 1.0", "< 3.0"])
gem.add_runtime_dependency("tzinfo-data", ["~> 1.0"])
gem.add_runtime_dependency("strptime", [">= 0.2.2", "< 1.0.0"])
gem.add_runtime_dependency("dig_rb", ["~> 1.0.0"])
Expand Down

0 comments on commit 942da25

Please sign in to comment.