This commit is contained in:
Karl 2017-01-25 19:34:56 +00:00 committed by GitHub
parent 6bae1d81e3
commit ccb30c7edd

View File

@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.metadata = { 'logstash_plugin' => 'true', 'logstash_group' => 'output' }
# Gem dependencies
s.add_runtime_dependency 'logstash-core-plugin-api', '>= 1.60', '<= 2.99'
s.add_runtime_dependency 'logstash-core-plugin-api', '~> 2'
s.add_runtime_dependency 'stud'
s.add_runtime_dependency 'logstash-codec-plain'