summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-03-01 06:51:56 -0800
committerJohn <john.mccrae@progress.com>2023-03-01 06:51:56 -0800
commit6662de96def0d1a131d3d0caced6a87e247389fa (patch)
treed662bf37d034ee93c4e2aa0ce1fb1ce8e0514d91
parentc398df9f574191c3c35b3176d7366e74f340a05c (diff)
downloadchef-6662de96def0d1a131d3d0caced6a87e247389fa.tar.gz
Removing Ruby 2.7 support
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--Gemfile.lock35
1 files changed, 13 insertions, 22 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index b13b3d8315..700ba4d044 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -179,12 +179,12 @@ GEM
rack (~> 2.0, >= 2.0.6)
uuidtools (~> 2.1)
webrick
- cheffish (17.0.0)
+ cheffish (17.1.5)
chef-utils (>= 17.0)
chef-zero (>= 14.0)
net-ssh
coderay (1.1.3)
- concurrent-ruby (1.2.0)
+ concurrent-ruby (1.2.2)
corefoundation (0.3.13)
ffi (>= 1.15.0)
crack (0.4.5)
@@ -194,21 +194,12 @@ GEM
ed25519 (1.3.0)
erubi (1.12.0)
erubis (2.7.0)
- faraday (1.4.3)
- faraday-em_http (~> 1.0)
- faraday-em_synchrony (~> 1.0)
- faraday-excon (~> 1.1)
- faraday-net_http (~> 1.0)
- faraday-net_http_persistent (~> 1.1)
- multipart-post (>= 1.2, < 3)
+ faraday (2.7.4)
+ faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
- faraday-em_http (1.0.0)
- faraday-em_synchrony (1.0.0)
- faraday-excon (1.1.0)
- faraday-net_http (1.0.1)
- faraday-net_http_persistent (1.2.0)
- faraday_middleware (1.2.0)
- faraday (~> 1.0)
+ faraday-follow_redirects (0.3.0)
+ faraday (>= 1, < 3)
+ faraday-net_http (3.0.2)
fauxhai-ng (9.3.0)
net-ssh
ffi (1.15.5)
@@ -230,11 +221,11 @@ GEM
hashie (4.1.0)
httpclient (2.8.3)
iniparse (1.5.0)
- inspec-core (5.18.14)
+ inspec-core (5.21.29)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
- faraday (>= 0.9.0, < 1.5)
- faraday_middleware (~> 1.0)
+ faraday (>= 1, < 3)
+ faraday-follow_redirects (~> 0.3)
hashie (>= 3.4, < 5.0)
license-acceptance (>= 0.2.13, < 3.0)
method_source (>= 0.8, < 2.0)
@@ -253,8 +244,8 @@ GEM
train-core (~> 3.10)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
- inspec-core-bin (5.18.14)
- inspec-core (= 5.18.14)
+ inspec-core-bin (5.21.29)
+ inspec-core (= 5.21.29)
ipaddress (0.8.3)
iso8601 (0.13.0)
jmespath (1.6.2)
@@ -343,7 +334,7 @@ GEM
rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
- rubocop-ast (1.26.0)
+ rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)