From 955af757432b65a93d27b44e96a739651f38d217 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 10:55:35 +0000 Subject: [PATCH] Update dependency test-kitchen to v4 --- omnibus/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 5b61919..0645253 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -8,7 +8,7 @@ gem 'omnibus', git: 'https://github.com/chef/omnibus.git', branch: 'ksubrama/gcc # software definitions, but you can clone/fork Chef's to get you started. gem 'omnibus-software', git: 'https://github.com/chef/omnibus-software.git', branch: 'ksubrama/ruby23' -gem 'test-kitchen', '~> 1.15' +gem 'test-kitchen', '~> 4.0' gem 'kitchen-vagrant', '~> 1.0' gem 'kitchen-inspec' gem 'berkshelf'