Skip to content

Commit

Permalink
dependency logstash-core >= 2.0.0.snapshot < 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Oct 8, 2015
1 parent 5456ff2 commit 7578017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-input-file.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "input" }

# Gem dependencies
s.add_runtime_dependency "logstash-core", "~> 2.0.0.snapshot"
s.add_runtime_dependency "logstash-core", ">= 2.0.0.snapshot", "< 3.0.0"

s.add_runtime_dependency 'logstash-codec-plain'
s.add_runtime_dependency 'addressable'
Expand Down

0 comments on commit 7578017

Please sign in to comment.