From a7b1be7b3f17bf4156f368a2d46d9e8c983eaa73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 19:58:07 +0000 Subject: [PATCH] Update kitchen-vagrant requirement from ~> 1.12.0 to ~> 1.14.0 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.12.0...v1.14.0) --- 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 506378c8bb..eea589a7dd 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end group :test do gem 'chefspec', '~> 9.3.0' - gem 'kitchen-vagrant', '~> 1.12.0' + gem 'kitchen-vagrant', '~> 1.14.0' gem 'safe_yaml', '~> 1.0.5' gem 'test-kitchen', '~> 3.0.0' end