Skip to content

Commit

Permalink
Relax strptime gem verison
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Dec 15, 2017
1 parent c0d3d13 commit 5927e87
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 @@ -27,7 +27,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency("sigdump", ["~> 0.2.2"])
gem.add_runtime_dependency("tzinfo", ["~> 1.0"])
gem.add_runtime_dependency("tzinfo-data", ["~> 1.0"])
gem.add_runtime_dependency("strptime", ["~> 0.1.7"])
gem.add_runtime_dependency("strptime", ["~> 0.1"])
gem.add_runtime_dependency("ruby_dig", ["~> 0.0.2"])

# build gem for a certain platform. see also Rakefile
Expand Down

0 comments on commit 5927e87

Please sign in to comment.