From c2ff53804979c7e180ad4b2197b41d15f0be7dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 07:11:05 +0000 Subject: [PATCH] Update kitchen-vagrant requirement from ~> 1.6.1 to ~> 1.12.1 Updates the requirements on [kitchen-vagrant](https://github.com/opscode/kitchen-vagrant) to permit the latest version. - [Release notes](https://github.com/opscode/kitchen-vagrant/releases) - [Changelog](https://github.com/test-kitchen/kitchen-vagrant/blob/main/CHANGELOG.md) - [Commits](https://github.com/opscode/kitchen-vagrant/compare/v1.6.1...v1.12.1) --- updated-dependencies: - dependency-name: kitchen-vagrant 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..f8f98cd9eb 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end group :test do gem 'chefspec', '~> 9.2.1' - gem 'kitchen-vagrant', '~> 1.6.1' + gem 'kitchen-vagrant', '~> 1.12.1' gem 'safe_yaml', '~> 1.0.5' gem 'test-kitchen', '~> 2.11.2' end