From 94f97addb91143951354d612241a95e2de7a63ba Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 30 Jul 2026 15:03:14 +0100 Subject: [PATCH] Bump Gems + remove test-kitchen time workaround --- Gemfile | 4 ---- Gemfile.lock | 8 ++++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 2a21f0599..13d7f164b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,3 @@ -# Work around test-kitchen 4.1.0 not loading Time#iso8601. -# https://github.com/test-kitchen/test-kitchen/pull/2083 -require "time" - source "https://rubygems.org" gem "cinc-auditor-bin", :source => "https://rubygems.cinc.sh" diff --git a/Gemfile.lock b/Gemfile.lock index 8c5fa4ce4..79add0346 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM GEM remote: https://rubygems.org/ specs: - activesupport (7.2.3.1) + activesupport (7.2.3.2) base64 benchmark (>= 0.3) bigdecimal @@ -523,7 +523,7 @@ GEM recursive-open-struct (~> 1.1, >= 1.1.3) yajl-ruby (~> 1.4) yaml-safe_load_stream3 - kitchen-dokken (2.23.1) + kitchen-dokken (2.23.3) docker-api (>= 1.33, < 3) kitchen-omnibus-chef (>= 1.0) test-kitchen (>= 1.15, < 5) @@ -610,7 +610,7 @@ GEM racc (1.8.1) rainbow (3.1.1) rake (13.4.2) - rbs (4.1.0) + rbs (4.1.1) logger prism (>= 1.6.0) tsort @@ -681,7 +681,7 @@ GEM strings-ansi (0.2.0) syslog (0.4.0) logger - test-kitchen (4.1.0) + test-kitchen (4.1.1) bcrypt_pbkdf (~> 1.0) chef-utils (>= 16.4.35) chef-winrm (>= 2.5.0, < 3.0) -- 2.47.3