From 77e129f9d0a3fdc1668671e6e219be076d8e83cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 11:02:55 +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 2644acca40..387e475fd0 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'chefspec', '~> 9.3.0' gem 'kitchen-vagrant', '~> 1.10.0' gem 'safe_yaml', '~> 1.0.5' - gem 'test-kitchen', '~> 3.0.0' + gem 'test-kitchen', '~> 3.5.0' end group :aws do