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 ae53193 commit a7718d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-patterns-core.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" }

# 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_development_dependency 'logstash-devutils'
s.add_development_dependency 'logstash-filter-grok'
Expand Down

0 comments on commit a7718d6

Please sign in to comment.