Navigation Menu

Skip to content

Commit

Permalink
resrict fluentd version explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 11, 2017
1 parent 211bd59 commit 29bf226
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", "< 2"])
spec.add_runtime_dependency("groonga-client", ">= 0.1.0")
spec.add_runtime_dependency("groonga-command-parser")

Expand Down

0 comments on commit 29bf226

Please sign in to comment.