From f95a28f028e8f7daa35d2418128addda8febd13d Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 21 Mar 2022 19:43:03 -0700 Subject: Windows back to ruby 3.0, proxifier fork Signed-off-by: Lamont Granquist --- Gemfile.lock | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 2e1405cb5e..95f25e1c2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,10 +8,10 @@ GIT GIT remote: https://github.com/chef/ohai.git - revision: 996b52b8017f1378e4c29b4faeb9ed90db1e9579 + revision: db6480f47f37954b9d3ac1fbb7837fbdb474646a branch: main specs: - ohai (18.0.8) + ohai (18.0.9) chef-config (>= 14.12, < 19) chef-utils (>= 16.0, < 19) ffi (~> 1.9) @@ -25,6 +25,13 @@ GIT train-core wmi-lite (~> 1.0) +GIT + remote: https://github.com/chef/ruby-proxifier + revision: 41ead73b21956a39fca3376c9ff6f74096dc3c9b + branch: lcg/ruby-3 + specs: + proxifier (1.0.3) + GIT remote: https://github.com/chef/ruby-shadow revision: 3b8ea40b0e943b5de721d956741308ce805a5c3c @@ -188,7 +195,7 @@ GEM chef-zero (>= 14.0) net-ssh coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) corefoundation (0.3.13) ffi (>= 1.15.0) crack (0.4.5) @@ -239,7 +246,7 @@ GEM domain_name (~> 0.5) httpclient (2.8.3) iniparse (1.5.0) - inspec-core (4.52.9) + inspec-core (4.56.17) addressable (~> 2.4) chef-telemetry (~> 1.0, >= 1.0.8) faraday (>= 0.9.0, < 1.5) @@ -252,7 +259,7 @@ GEM parallel (~> 1.9) parslet (>= 1.5, < 2.0) pry (~> 0.13) - rspec (>= 3.9, < 3.11) + rspec (>= 3.9, <= 3.11) rspec-its (~> 1.2) rubyzip (>= 1.2.2, < 3.0) semverse (~> 3.0) @@ -262,8 +269,8 @@ GEM train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) - inspec-core-bin (4.52.9) - inspec-core (= 4.52.9) + inspec-core-bin (4.56.17) + inspec-core (= 4.56.17) io-wait (0.2.1) ipaddress (0.8.3) iso8601 (0.13.0) @@ -314,14 +321,13 @@ GEM net-ssh (6.1.0) netrc (0.11.0) nori (2.6.0) - parallel (1.21.0) + parallel (1.22.0) parser (3.1.1.0) ast (~> 2.4.1) parslet (1.8.2) pastel (0.8.0) tty-color (~> 0.5) plist (3.6.0) - proxifier (1.0.3) pry (0.13.0) coderay (~> 1.1) method_source (~> 1.0) @@ -355,22 +361,22 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) rexml (3.2.5) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.2) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.2) + rspec (3.11.0) + rspec-core (~> 3.11.0) + rspec-expectations (~> 3.11.0) + rspec-mocks (~> 3.11.0) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) + rspec-support (~> 3.11.0) rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.10.3) + rspec-mocks (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.3) + rspec-support (~> 3.11.0) + rspec-support (3.11.0) rubocop (1.25.1) parallel (~> 1.10) parser (>= 3.1.0.0) @@ -400,7 +406,7 @@ GEM date timeout (0.2.0) tomlrb (1.3.0) - train-core (3.8.7) + train-core (3.8.9) addressable (~> 2.5) ffi (!= 1.13.0) json (>= 1.8, < 3.0) @@ -508,6 +514,7 @@ DEPENDENCIES fauxhai-ng inspec-core-bin (~> 4.24) ohai! + proxifier! pry (= 0.13.0) pry-byebug pry-stack_explorer -- cgit v1.2.1 From 880d332592b61e760fe5c089e5d456426f459ab9 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 21 Mar 2022 20:01:48 -0700 Subject: Fix YAML use Signed-off-by: Lamont Granquist --- Gemfile.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 95f25e1c2b..62e46751be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GIT GIT remote: https://github.com/chef/ruby-proxifier - revision: 41ead73b21956a39fca3376c9ff6f74096dc3c9b + revision: 4232ddc1174ca638eead55cddbe1b8f5be5f5813 branch: lcg/ruby-3 specs: proxifier (1.0.3) @@ -441,8 +441,6 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.1) - unf_ext (0.0.8.1-x64-mingw32) - unf_ext (0.0.8.1-x86-mingw32) unicode-display_width (2.1.0) unicode_utils (1.4.0) uuidtools (2.2.0) -- cgit v1.2.1 From 119c4089b92e8544a3048161bca390e2d7027680 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 21 Mar 2022 20:49:12 -0700 Subject: bump proxifier gem Signed-off-by: Lamont Granquist --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 62e46751be..f598df7d4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GIT GIT remote: https://github.com/chef/ruby-proxifier - revision: 4232ddc1174ca638eead55cddbe1b8f5be5f5813 + revision: 27322fad22538f67cfd6f8535d707cfe6c6cfe76 branch: lcg/ruby-3 specs: proxifier (1.0.3) -- cgit v1.2.1 From 225b42dfe1b2a8d42624a615e19158075f789aa2 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 22 Mar 2022 11:41:41 -0700 Subject: add unf_ext windows gems back weirdly removed Signed-off-by: Lamont Granquist --- Gemfile.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index f598df7d4a..44de4c157c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -441,6 +441,8 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.1) + unf_ext (0.0.8.1-x64-mingw32) + unf_ext (0.0.8.1-x86-mingw32) unicode-display_width (2.1.0) unicode_utils (1.4.0) uuidtools (2.2.0) -- cgit v1.2.1 From 5d8fe0d117a3c9a50387af9ec4f69cd16f2a95ad Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 22 Mar 2022 11:57:54 -0700 Subject: bump proxifier gitsha Signed-off-by: Lamont Granquist --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 44de4c157c..ad36d25851 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GIT GIT remote: https://github.com/chef/ruby-proxifier - revision: 27322fad22538f67cfd6f8535d707cfe6c6cfe76 + revision: 8438e2e924b8eb575c50adf144df9932028078e6 branch: lcg/ruby-3 specs: proxifier (1.0.3) -- cgit v1.2.1 From a9ed350789b09a4dea7e45743b507f060a27aefd Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 22 Mar 2022 14:03:01 -0700 Subject: bump proxifier again Signed-off-by: Lamont Granquist --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index ad36d25851..19e9097c0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GIT GIT remote: https://github.com/chef/ruby-proxifier - revision: 8438e2e924b8eb575c50adf144df9932028078e6 + revision: 8b87d0b5b469adbd93eabc0d20f3e47007aef743 branch: lcg/ruby-3 specs: proxifier (1.0.3) @@ -525,4 +525,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.3.7 + 2.3.6 -- cgit v1.2.1 From 5c475240f9fb93d70fbc27803c845cb43d223105 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 24 Mar 2022 00:12:41 +0000 Subject: Bump version to 18.0.73 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- Gemfile.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 12b79c7737..af5c44f62a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,12 +35,12 @@ GIT PATH remote: . specs: - chef (18.0.72) + chef (18.0.73) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 18.0.72) - chef-utils (= 18.0.72) + chef-config (= 18.0.73) + chef-utils (= 18.0.73) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -68,13 +68,13 @@ PATH train-winrm (>= 0.2.5) uuidtools (>= 2.1.5, < 3.0) vault (~> 0.16) - chef (18.0.72-universal-mingw32) + chef (18.0.73-universal-mingw32) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 18.0.72) + chef-config (= 18.0.73) chef-powershell (~> 1.0.12) - chef-utils (= 18.0.72) + chef-utils (= 18.0.73) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -117,15 +117,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (18.0.72) - chef (= 18.0.72) + chef-bin (18.0.73) + chef (= 18.0.73) PATH remote: chef-config specs: - chef-config (18.0.72) + chef-config (18.0.73) addressable - chef-utils (= 18.0.72) + chef-utils (= 18.0.73) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -134,7 +134,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (18.0.72) + chef-utils (18.0.73) concurrent-ruby GEM @@ -147,7 +147,7 @@ GEM mixlib-shellout (>= 2.0, < 4.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.568.0) + aws-partitions (1.569.0) aws-sdk-core (3.130.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.525.0) -- cgit v1.2.1 From 79ff895c4a66ccf6eadf73ec490fd8470a8cc318 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 24 Mar 2022 16:46:05 +0000 Subject: Bump version to 18.0.74 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- Gemfile.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 863eb4646c..04efd853b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,12 +42,12 @@ GIT PATH remote: . specs: - chef (18.0.73) + chef (18.0.74) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 18.0.73) - chef-utils (= 18.0.73) + chef-config (= 18.0.74) + chef-utils (= 18.0.74) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -75,13 +75,13 @@ PATH train-winrm (>= 0.2.5) uuidtools (>= 2.1.5, < 3.0) vault (~> 0.16) - chef (18.0.73-universal-mingw32) + chef (18.0.74-universal-mingw32) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 18.0.73) + chef-config (= 18.0.74) chef-powershell (~> 1.0.12) - chef-utils (= 18.0.73) + chef-utils (= 18.0.74) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -124,15 +124,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (18.0.73) - chef (= 18.0.73) + chef-bin (18.0.74) + chef (= 18.0.74) PATH remote: chef-config specs: - chef-config (18.0.73) + chef-config (18.0.74) addressable - chef-utils (= 18.0.73) + chef-utils (= 18.0.74) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -141,7 +141,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (18.0.73) + chef-utils (18.0.74) concurrent-ruby GEM -- cgit v1.2.1 From 8c11b691afccdffa3b43440e7746ce8dc580e7e5 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 24 Mar 2022 17:52:57 +0000 Subject: Bump version to 18.0.75 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- Gemfile.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 04efd853b0..63b0291baa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,12 +42,12 @@ GIT PATH remote: . specs: - chef (18.0.74) + chef (18.0.75) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 18.0.74) - chef-utils (= 18.0.74) + chef-config (= 18.0.75) + chef-utils (= 18.0.75) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -75,13 +75,13 @@ PATH train-winrm (>= 0.2.5) uuidtools (>= 2.1.5, < 3.0) vault (~> 0.16) - chef (18.0.74-universal-mingw32) + chef (18.0.75-universal-mingw32) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 18.0.74) + chef-config (= 18.0.75) chef-powershell (~> 1.0.12) - chef-utils (= 18.0.74) + chef-utils (= 18.0.75) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -124,15 +124,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (18.0.74) - chef (= 18.0.74) + chef-bin (18.0.75) + chef (= 18.0.75) PATH remote: chef-config specs: - chef-config (18.0.74) + chef-config (18.0.75) addressable - chef-utils (= 18.0.74) + chef-utils (= 18.0.75) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -141,7 +141,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (18.0.74) + chef-utils (18.0.75) concurrent-ruby GEM -- cgit v1.2.1