Navigation Menu

Skip to content

Commit

Permalink
Restrict fluentd version explicitly
Browse files Browse the repository at this point in the history
This is officially recommended way but undocumented.
  • Loading branch information
kenhys committed Apr 12, 2017
1 parent 3d891ea commit 62656be
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 62656be

Please sign in to comment.