From 64ffa8fdc0008ba4af5ef47b856f4e98080d9b66 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.12 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..663771cca 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.12' # newer versions require Ruby 3.1 s.add_runtime_dependency 'minitest', '~> 5.4' s.add_runtime_dependency 'rexml', '~> 3.2', '>= 3.2.5'