From bd29d4fdba47603e2eb90ecfc0242658410a8f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:13:19 +0000 Subject: [PATCH] Update minitar requirement from ~> 0.9 to >= 0.9, < 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.9...v0.12) --- updated-dependencies: - dependency-name: minitar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- r10k.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r10k.gemspec b/r10k.gemspec index f01416cc..c98df1ac 100644 --- a/r10k.gemspec +++ b/r10k.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.add_dependency 'gettext-setup', '>=0.24', '<2.0' s.add_dependency 'jwt', '>= 2.2.3', '< 3' - s.add_dependency 'minitar', '~> 0.9' + s.add_dependency 'minitar', '>= 0.9', '< 2.0' s.add_development_dependency 'rspec', '~> 3.1'