From 0391c9196fa17a6717766e59d6a83dc4951f901a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 09:16:33 +0000 Subject: [PATCH] Update minitest requirement from ~> 5.3, < 5.16 to ~> 5.3, < 5.17 Updates the requirements on [minitest](https://github.com/seattlerb/minitest) to permit the latest version. - [Release notes](https://github.com/seattlerb/minitest/releases) - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/seattlerb/minitest/compare/v5.3.0...v5.16.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- kitchen-pester.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchen-pester.gemspec b/kitchen-pester.gemspec index ff8498a..2f89418 100644 --- a/kitchen-pester.gemspec +++ b/kitchen-pester.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_development_dependency "rake" - spec.add_development_dependency "minitest", "~> 5.3", "< 5.16" + spec.add_development_dependency "minitest", "~> 5.3", "< 5.17" spec.add_development_dependency "mocha", "~> 1.1" spec.add_dependency "test-kitchen", ">= 1.10", "< 4"