From 1430f70c94f7a768ad92ccf6e045e45b4b08d53c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:22:51 +0000 Subject: [PATCH] Update minitar requirement from ~> 0.8 to >= 0.8, < 2.0 Updates the requirements on [minitar](https://github.com/halostatue/minitar) to permit the latest version. - [Changelog](https://github.com/halostatue/minitar/blob/main/History.md) - [Commits](https://github.com/halostatue/minitar/compare/v0.8...v0.12.1) --- updated-dependencies: - dependency-name: minitar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pdk.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdk.gemspec b/pdk.gemspec index 4374ec25..fcad02be 100644 --- a/pdk.gemspec +++ b/pdk.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| # PDK Rubygems spec.add_runtime_dependency 'ffi', '>= 1.15.5', '< 2.0.0' - spec.add_runtime_dependency 'minitar', '~> 0.8' + spec.add_runtime_dependency 'minitar', '>= 0.8', '< 2.0' # Bundler spec.add_runtime_dependency 'bundler', '>= 2.1.0', '< 3.0.0'