mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Update Elasticsearch minimum version requirement to ~>7 also on the 7.x branch.
Relates to #11258
(cherry picked from commit ef9b0d2db5
)
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
This commit is contained in:
parent
5287e7740e
commit
b33692e417
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Gem::Specification.new do |gem|
|
|||
|
||||
gem.add_runtime_dependency "jrjackson", "= #{ALL_VERSIONS.fetch('jrjackson')}" #(Apache 2.0 license)
|
||||
|
||||
gem.add_runtime_dependency "elasticsearch", "~> 5"
|
||||
gem.add_runtime_dependency "elasticsearch", '~> 7'
|
||||
gem.add_runtime_dependency "manticore", '~> 0.6'
|
||||
|
||||
# xpack geoip database service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue