Skip to content

Commit

Permalink
Declare a dependency on logstash-core snapshot instead of the release…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
ph committed Sep 22, 2015
1 parent 040d04b commit 150f549
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", "< 3.0.0"
s.add_runtime_dependency "logstash-core", "~> 2.0.0.snapshot"

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

0 comments on commit 150f549

Please sign in to comment.