From 6ddef59c434f772fa953514bef4c9477ecc09690 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:03:19 +0000 Subject: [PATCH] Update dependency test-kitchen to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f62e582..1f56984 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :integration do gem 'kitchen-dokken' gem 'kitchen-inspec', '~> 2.6.0' gem 'kitchen-vagrant' - gem 'test-kitchen', '~> 3.0' + gem 'test-kitchen', '~> 4.0' end group :tools do