From b8567f05bdd934de168049da0ce0130f2eff4cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 04:12:02 +0000 Subject: [PATCH] Update test-kitchen requirement from ~> 3.0.0 to ~> 3.4.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.4.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 506378c8b..bcbb21a75 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.4.0' end group :aws do