Navigation Menu

Skip to content

Commit

Permalink
Specify supported version of fluentd explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 12, 2017
1 parent 75211d0 commit 8e612ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-groonga.gemspec
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.test_files += Dir.glob("test/**/*")
spec.require_paths = ["lib"]

spec.add_runtime_dependency("fluentd")
spec.add_runtime_dependency("fluentd", ">= 0.14.0")
spec.add_runtime_dependency("groonga-client", ">= 0.1.0")
spec.add_runtime_dependency("groonga-command-parser")

Expand Down

0 comments on commit 8e612ec

Please sign in to comment.