From e4781ae6e9cabd1274a23688114cdb2d1d8e0d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 06:09:43 +0000 Subject: [PATCH] Update test-kitchen requirement from ~> 2.11.2 to ~> 2.12.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/master/CHANGELOG.md) - [Commits](https://github.com/test-kitchen/test-kitchen/compare/v2.11.2...v2.12.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 afff001f7b..facec054cc 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'chefspec', '~> 9.2.1' gem 'kitchen-vagrant', '~> 1.6.1' gem 'safe_yaml', '~> 1.0.5' - gem 'test-kitchen', '~> 2.11.2' + gem 'test-kitchen', '~> 2.12.0' end group :aws do