From 85feea0a5a8961d175f9d5324cc72f36acf937a2 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Wed, 16 Oct 2024 15:50:53 +0000 Subject: [PATCH] Update dependency kitchen-vagrant to '~> 1.14', '>= 1.14.2' --- omnibus/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 5b61919..8c00674 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -9,6 +9,6 @@ gem 'omnibus', git: 'https://github.com/chef/omnibus.git', branch: 'ksubrama/gcc gem 'omnibus-software', git: 'https://github.com/chef/omnibus-software.git', branch: 'ksubrama/ruby23' gem 'test-kitchen', '~> 1.15' -gem 'kitchen-vagrant', '~> 1.0' +gem 'kitchen-vagrant', '~> 1.14', '>= 1.14.2' gem 'kitchen-inspec' gem 'berkshelf'