From 9a0e86685624a513144da763e50b568592d93902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 19:50:57 +0000 Subject: [PATCH] Update test-kitchen requirement from ~> 3.0.0 to ~> 3.5.0 Updates the requirements on [test-kitchen](https://github.com/test-kitchen/test-kitchen) to permit the latest version. - [Release notes](https://github.com/test-kitchen/test-kitchen/releases) - [Changelog](https://github.com/test-kitchen/test-kitchen/blob/main/CHANGELOG.md) - [Commits](https://github.com/test-kitchen/test-kitchen/compare/v3.0.0...v3.5.0) --- updated-dependencies: - dependency-name: test-kitchen dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 62cabcb790..8b95c2cef3 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'chefspec', '~> 9.3.0' gem 'kitchen-vagrant', '~> 1.12.0' gem 'safe_yaml', '~> 1.0.5' - gem 'test-kitchen', '~> 3.0.0' + gem 'test-kitchen', '~> 3.5.0' end group :aws do