Skip to content

Commit

Permalink
ensure minitar 1.x is used instead of 0.x (elastic#16565)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored Oct 16, 2024
1 parent 63706c1 commit ab77d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "logstash-output-elasticsearch", ">= 11.14.0"
gem "polyglot", require: false
gem "treetop", require: false
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 "fpm", "~> 1", ">= 1.14.1", :group => :build # compound due to bugfix https://github.com/jordansissel/fpm/pull/1856
gem "gems", "~> 1", :group => :build
Expand Down
2 changes: 1 addition & 1 deletion logstash-core/logstash-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "thwait"

# 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 "thread_safe", "~> 0.3.6" #(Apache 2.0 license)

Expand Down

0 comments on commit ab77d36

Please sign in to comment.