Skip to content

Commit

Permalink
Merge pull request #933 from errm/v0.12
Browse files Browse the repository at this point in the history
Fix string-scrub dependency on ruby > 2
  • Loading branch information
repeatedly committed May 4, 2016
2 parents 73b5471 + a34f668 commit c6a46d4
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.0"])
gem.add_runtime_dependency("tzinfo-data", [">= 1.0.0"])
gem.add_runtime_dependency("string-scrub", [">= 0.0.3"])
gem.add_runtime_dependency("string-scrub", [">= 0.0.3", "<= 0.0.5"])

gem.add_development_dependency("rake", [">= 0.9.2"])
gem.add_development_dependency("flexmock", ["~> 1.3.3"])
Expand Down

0 comments on commit c6a46d4

Please sign in to comment.