From 4ddcb2d2a80fbda87c0aa815eda263784507fcd1 Mon Sep 17 00:00:00 2001 From: Alex Lopez Date: Wed, 10 Apr 2024 10:05:37 +0200 Subject: [PATCH] Attempt with modified Gemfile.lock --- Gemfile.lock | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0c1c22e9..23d51f2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.4) + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -78,6 +78,8 @@ GEM mixlib-config (>= 2.2.12, < 3.0) mixlib-shellout (~> 2.0) tomlrb (~> 1.2) + chef-utils (18.4.12) + concurrent-ruby chef-zero (14.0.17) ffi-yajl (~> 2.2) hashie (>= 2.0, < 4.0) @@ -110,7 +112,7 @@ GEM cucumber-tag_expressions (1.1.1) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) - diff-lcs (1.4.4) + diff-lcs (1.5.1) docile (1.3.2) ed25519 (1.2.4) equalizer (0.0.11) @@ -134,8 +136,9 @@ GEM gherkin (5.1.0) gssapi (1.3.0) ffi (>= 1.0.1) - gyoku (1.3.1) + gyoku (1.4.0) builder (>= 2.1.2) + rexml (~> 3.0) hashie (3.6.0) highline (1.7.10) httpclient (2.8.3) @@ -166,7 +169,7 @@ GEM multi_json (~> 1.14) mini_portile2 (2.8.5) minitar (0.9) - minitest (5.14.2) + minitest (5.22.3) mixlib-archive (1.0.7) mixlib-log mixlib-authentication (2.1.1) @@ -194,8 +197,8 @@ GEM net-ssh (>= 2.6.5) net-ssh-gateway (>= 1.2.0) net-telnet (0.1.1) - nokogiri (1.15.5) - mini_portile2 (~> 2.8.2) + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) racc (~> 1.4) nori (2.6.0) octokit (4.18.0) @@ -226,7 +229,7 @@ GEM racc (1.7.3) rack (2.2.3) rainbow (3.0.0) - rake (13.0.1) + rake (13.2.1) rbnacl (4.0.2) ffi rbnacl-libsodium (1.0.16) @@ -239,7 +242,7 @@ GEM rspec-mocks (~> 3.9.0) rspec-core (3.9.3) rspec-support (~> 3.9.3) - rspec-expectations (3.9.2) + rspec-expectations (3.9.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-its (1.3.0) @@ -287,9 +290,9 @@ GEM net-ssh (>= 2.7) net-telnet (= 0.1.1) sfl - strings (0.2.0) + strings (0.2.1) strings-ansi (~> 0.2) - unicode-display_width (~> 1.5) + unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) sync (0.5.0) @@ -297,8 +300,9 @@ GEM systemu (2.6.5) term-ansicolor (1.7.1) tins (~> 1.0) - test-kitchen (2.7.2) + test-kitchen (2.12.0) bcrypt_pbkdf (~> 1.0) + chef-utils (>= 16.4.35) ed25519 (~> 1.2) license-acceptance (>= 1.0.11, < 3.0) mixlib-install (~> 3.6) @@ -317,7 +321,7 @@ GEM tomlrb (1.3.0) treetop (1.6.11) polyglot (~> 0.3) - tty-box (0.6.0) + tty-box (0.7.0) pastel (~> 0.8) strings (~> 0.2.0) tty-cursor (~> 0.7) @@ -362,7 +366,7 @@ GEM wisper (2.0.1) wmi-lite (1.0.5) yaml (0.1.0) - zeitwerk (2.4.0) + zeitwerk (2.6.13) PLATFORMS ruby @@ -385,10 +389,11 @@ DEPENDENCIES rake rbnacl (~> 4.0.2) rbnacl-libsodium (~> 1.0.16) + rspec-expectations (< 3.12.4) rubocop (~> 0.80.1) test-kitchen virtus yaml BUNDLED WITH - 2.3.22 + 2.3.26