From ef886ccf9b1f5c4dbfbfec9218a22ce3f80538f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 07:54:08 +0000 Subject: [PATCH] Update dependency kitchen-vagrant to v2 --- omnibus/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 5b61919..4314a2b 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', '~> 2.0' gem 'kitchen-inspec' gem 'berkshelf'