diff --git a/Gemfile b/Gemfile index 2a084419..d9606876 100644 --- a/Gemfile +++ b/Gemfile @@ -21,4 +21,4 @@ gem 'kitchen-salt', '0.7.2' # Avoid the error 'pkeys are immutable on OpenSSL 3.0' gem 'net-ssh', '>= 7.0.0' -gem 'test-kitchen', '3.7.0' +gem 'test-kitchen', '3.9.0' diff --git a/Gemfile.lock b/Gemfile.lock index e5bfd47c..f4aa2c3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -329,6 +329,7 @@ GEM bigdecimal (3.3.1) bson (4.15.0) builder (3.3.0) + cgi (0.5.0) chef-config (18.7.6) addressable chef-utils (= 18.7.6) @@ -369,6 +370,8 @@ GEM connection_pool (2.5.3) cookstyle (8.1.2) rubocop (= 1.75.5) + csv (3.3.5) + date (3.5.0) declarative (0.0.20) diff-lcs (1.6.2) docker-api (2.4.0) @@ -377,6 +380,8 @@ GEM domain_name (0.6.20240107) drb (2.2.1) ed25519 (1.4.0) + erb (4.0.4) + cgi (>= 0.3.3) erubi (1.13.1) excon (1.2.5) logger @@ -459,6 +464,10 @@ GEM concurrent-ruby (~> 1.0) inifile (3.0.0) io-console (0.8.0) + irb (1.15.3) + pp (>= 0.6.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) jmespath (1.6.2) json (2.12.0) jwt (2.10.1) @@ -530,6 +539,7 @@ GEM bigdecimal options (2.3.2) os (1.1.4) + ostruct (0.6.3) parallel (1.27.0) parser (3.3.8.0) ast (~> 2.4.1) @@ -537,6 +547,9 @@ GEM parslet (1.8.2) pastel (0.8.0) tty-color (~> 0.5) + pp (0.6.3) + prettyprint + prettyprint (0.2.0) prism (1.4.0) progress_bar (1.3.4) highline (>= 1.6) @@ -544,10 +557,17 @@ GEM pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) + psych (5.2.6) + date + stringio public_suffix (6.0.2) racc (1.8.1) rainbow (3.1.1) rake (13.2.1) + rdoc (6.16.1) + erb + psych (>= 4.0.0) + tsort regexp_parser (2.10.0) reline (0.6.1) io-console (~> 0.5) @@ -612,21 +632,28 @@ GEM logger ruby-ole sslshake (1.3.1) + stringio (3.1.8) strings (0.2.1) strings-ansi (~> 0.2) unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) - test-kitchen (3.7.0) + syslog (0.3.0) + logger + test-kitchen (3.9.0) bcrypt_pbkdf (~> 1.0) chef-utils (>= 16.4.35) - ed25519 (~> 1.2) + csv (~> 3.3) + ed25519 (~> 1.3) + irb (~> 1.15) license-acceptance (>= 1.0.11, < 3.0) mixlib-install (~> 3.6) mixlib-shellout (>= 1.2, < 4.0) net-scp (>= 1.1, < 5.0) net-ssh (>= 2.9, < 8.0) net-ssh-gateway (>= 1.2, < 3.0) + ostruct (~> 0.6) + syslog (~> 0.3) thor (>= 0.19, < 2.0) winrm (~> 2.0) winrm-elevated (~> 1.0) @@ -747,6 +774,7 @@ GEM chef-winrm (~> 2.3.12) chef-winrm-elevated (~> 1.2.5) chef-winrm-fs (~> 1.3.7) + tsort (0.2.0) tty-box (0.7.0) pastel (~> 0.8) strings (~> 0.2.0) @@ -804,7 +832,7 @@ DEPENDENCIES kitchen-inspec (= 3.0.0) kitchen-salt (= 0.7.2) net-ssh (>= 7.0.0) - test-kitchen (= 3.7.0) + test-kitchen (= 3.9.0) BUNDLED WITH 2.3.7