[Groonga-commit] groonga/fluent-plugin-groonga at 29bf226 [use-v0.14-api] resrict fluentd version explicitly

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Apr 11 19:13:24 JST 2017


Kentaro Hayashi	2017-04-11 19:13:24 +0900 (Tue, 11 Apr 2017)

  New Revision: 29bf226f9c2393f903316b8999d128dca9281f57
  https://github.com/groonga/fluent-plugin-groonga/commit/29bf226f9c2393f903316b8999d128dca9281f57

  Message:
    resrict fluentd version explicitly

  Modified files:
    fluent-plugin-groonga.gemspec

  Modified: fluent-plugin-groonga.gemspec (+1 -1)
===================================================================
--- fluent-plugin-groonga.gemspec    2017-04-11 18:43:29 +0900 (39d14d6)
+++ fluent-plugin-groonga.gemspec    2017-04-11 19:13:24 +0900 (c4ee1dc)
@@ -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")
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index