From 8c88989dc635657108b0df857e50f5c6f729ce2f Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Wed, 16 Oct 2024 17:48:45 +0000 Subject: [PATCH] Update dependency test-kitchen to '~> 1.25' --- omnibus/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 5b61919..514cb59 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', '~> 1.25' gem 'kitchen-vagrant', '~> 1.0' gem 'kitchen-inspec' gem 'berkshelf'