mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 01:37:28 -04:00
ensure minitar 1.x is used instead of 0.x (#16565)
This commit is contained in:
parent
63706c1a36
commit
ab77d36daa
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ gem "logstash-output-elasticsearch", ">= 11.14.0"
|
||||||
gem "polyglot", require: false
|
gem "polyglot", require: false
|
||||||
gem "treetop", require: false
|
gem "treetop", require: false
|
||||||
gem "faraday", "~> 1", :require => false # due elasticsearch-transport (elastic-transport) depending faraday '~> 1'
|
gem "faraday", "~> 1", :require => false # due elasticsearch-transport (elastic-transport) depending faraday '~> 1'
|
||||||
gem "minitar", :group => :build
|
gem "minitar", "~> 1", :group => :build
|
||||||
gem "childprocess", "~> 4", :group => :build
|
gem "childprocess", "~> 4", :group => :build
|
||||||
gem "fpm", "~> 1", ">= 1.14.1", :group => :build # compound due to bugfix https://github.com/jordansissel/fpm/pull/1856
|
gem "fpm", "~> 1", ">= 1.14.1", :group => :build # compound due to bugfix https://github.com/jordansissel/fpm/pull/1856
|
||||||
gem "gems", "~> 1", :group => :build
|
gem "gems", "~> 1", :group => :build
|
||||||
|
|
|
@ -66,7 +66,7 @@ Gem::Specification.new do |gem|
|
||||||
gem.add_runtime_dependency "thwait"
|
gem.add_runtime_dependency "thwait"
|
||||||
|
|
||||||
# filetools and rakelib
|
# filetools and rakelib
|
||||||
gem.add_runtime_dependency "minitar", "~> 0.8"
|
gem.add_runtime_dependency "minitar", "~> 1"
|
||||||
gem.add_runtime_dependency "rubyzip", "~> 1"
|
gem.add_runtime_dependency "rubyzip", "~> 1"
|
||||||
gem.add_runtime_dependency "thread_safe", "~> 0.3.6" #(Apache 2.0 license)
|
gem.add_runtime_dependency "thread_safe", "~> 0.3.6" #(Apache 2.0 license)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue