From 9db0822e4254fc8ec9ea3c7965f1bf95be02a1f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:36:45 +0000 Subject: [PATCH] build(deps): update minitar requirement from ~> 0.6 to >= 0.6, < 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.6...v0.12) --- updated-dependencies: - dependency-name: minitar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- beaker.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beaker.gemspec b/beaker.gemspec index cde834ad1..130d4fd79 100644 --- a/beaker.gemspec +++ b/beaker.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0' # Run time dependencies - s.add_runtime_dependency 'minitar', '~> 0.6' + s.add_runtime_dependency 'minitar', '>= 0.6', '< 2.0' s.add_runtime_dependency 'minitest', '~> 5.4' s.add_runtime_dependency 'rexml', '~> 3.2', '>= 3.2.5'