summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-08-31 15:55:41 +0600
committerJohn McCrae <john.mccrae@progress.com>2022-08-31 15:55:41 +0600
commit4feba0045b312de61a27ed620a8d6bb04e3126a1 (patch)
treef4c166328333af83c3cafbd1685a6fd996a49617
parent4551653ad4f92f99c3d0174caf60660d7b34b5ca (diff)
downloadchef-4feba0045b312de61a27ed620a8d6bb04e3126a1.tar.gz
debugging windows plan errors in verify pipeline - removed the 'gemspec' call in the Gemfile
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock68
2 files changed, 56 insertions, 14 deletions
diff --git a/Gemfile b/Gemfile
index 2bc5a4792d..ca74990ab9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ gem "chef", path: "."
gem "ohai", git: "https://github.com/chef/ohai.git", branch: "main"
-# gem "rest-client", :github => "chef/rest-client", :branch => "jfm/ucrt_update"
+gem "rest-client", :github => "chef/rest-client", :branch => "jfm/ucrt_update"
gem "ffi", ">= 1.15.5"
# group(:ffi) do
# instance_eval(gem install ffi -v '1.15.5' --source "https://rubygems.org/")
diff --git a/Gemfile.lock b/Gemfile.lock
index 863fe929c1..b1a83e6edd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -18,19 +18,29 @@ GIT
wmi-lite (~> 1.0)
GIT
+ remote: https://github.com/chef/rest-client.git
+ revision: f2717dd2cefab0925a58dec556f61f195ea6c3d3
+ branch: jfm/ucrt_update
+ specs:
+ rest-client (2.1.0)
+ http-accept (>= 1.7.0, < 2.0)
+ http-cookie (>= 1.0.2, < 2.0)
+ mime-types (>= 1.16, < 4.0)
+ netrc (~> 0.8)
+ rest-client (2.1.0-x64-mingw-ucrt)
+ ffi (~> 1.15.5)
+ http-accept (>= 1.7.0, < 2.0)
+ http-cookie (>= 1.0.2, < 2.0)
+ mime-types (>= 1.16, < 4.0)
+ netrc (~> 0.8)
+
+GIT
remote: https://github.com/chef/ruby-proxifier
revision: 8b87d0b5b469adbd93eabc0d20f3e47007aef743
branch: lcg/ruby-3
specs:
proxifier (1.0.3)
-GIT
- remote: https://github.com/chef/ruby-shadow
- revision: 3b8ea40b0e943b5de721d956741308ce805a5c3c
- branch: lcg/ruby-3.0
- specs:
- ruby-shadow (2.5.0)
-
PATH
remote: .
specs:
@@ -39,6 +49,7 @@ PATH
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 18.0.135)
+ chef-powershell (~> 1.0.12)
chef-utils (= 18.0.135)
chef-vault
chef-zero (>= 14.0.11)
@@ -50,6 +61,7 @@ PATH
ffi-yajl (~> 2.2)
iniparse (~> 1.4)
inspec-core (~> 5)
+ iso8601 (>= 0.12.1, < 0.14)
license-acceptance (>= 1.0.5, < 3)
mixlib-archive (>= 0.4, < 2.0)
mixlib-authentication (>= 2.1, < 4)
@@ -68,6 +80,16 @@ PATH
unf_ext (< 0.0.8.1)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
+ win32-api (~> 1.10.0)
+ win32-certstore (~> 0.6.15)
+ win32-event (~> 0.6.1)
+ win32-eventlog (= 0.6.3)
+ win32-mmap (~> 0.4.1)
+ win32-mutex (~> 0.4.2)
+ win32-process (~> 0.9)
+ win32-service (>= 2.1.5, < 3.0)
+ win32-taskscheduler (~> 2.0)
+ wmi-lite (~> 1.0)
PATH
remote: chef-bin
@@ -124,6 +146,9 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.4)
byebug (11.1.3)
+ chef-powershell (1.0.13)
+ ffi (~> 1.15)
+ ffi-yajl (~> 2.4)
chef-telemetry (1.1.1)
chef-config
concurrent-ruby (~> 1.0)
@@ -219,6 +244,7 @@ GEM
inspec-core-bin (5.18.14)
inspec-core (= 5.18.14)
ipaddress (0.8.3)
+ iso8601 (0.13.0)
jmespath (1.6.1)
json (2.6.2)
libyajl2 (2.1.0)
@@ -285,11 +311,6 @@ GEM
rake (13.0.6)
rb-readline (0.5.5)
regexp_parser (2.5.0)
- rest-client (2.1.0)
- http-accept (>= 1.7.0, < 2.0)
- http-cookie (>= 1.0.2, < 2.0)
- mime-types (>= 1.16, < 4.0)
- netrc (~> 0.8)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
@@ -329,6 +350,7 @@ GEM
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
+ structured_warnings (0.4.0)
syslog-logger (1.6.8)
thor (1.2.1)
time (0.2.0)
@@ -380,8 +402,28 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0)
+ win32-api (1.10.1)
+ win32-certstore (0.6.15)
+ chef-powershell (>= 1.0.12)
+ ffi
+ win32-event (0.6.3)
+ win32-ipc (>= 0.6.0)
+ win32-eventlog (0.6.3)
+ ffi
+ win32-ipc (0.7.0)
+ ffi
+ win32-mmap (0.4.2)
+ ffi
+ win32-mutex (0.4.3)
+ win32-ipc (>= 0.6.0)
win32-process (0.10.0)
ffi (>= 1.0.0)
+ win32-service (2.3.2)
+ ffi
+ ffi-win32-extensions
+ win32-taskscheduler (2.0.4)
+ ffi
+ structured_warnings
winrm (2.3.6)
builder (>= 2.1.2)
erubi (~> 1.8)
@@ -427,8 +469,8 @@ DEPENDENCIES
pry-stack_explorer
rake
rb-readline
+ rest-client!
rspec
- ruby-shadow!
webmock
BUNDLED WITH