summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-03-22 21:42:29 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-03-22 21:42:29 -0700
commit40b2c7cef98926a0d564b31dc36410d2b27f57d5 (patch)
tree749f489089a17303843c2b8a5b2be8f25b829a44
parent9d51267e7318a45a08d887881fc7bb376df375d7 (diff)
downloadchef-40b2c7cef98926a0d564b31dc36410d2b27f57d5.tar.gz
update gems
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--Gemfile.lock104
1 files changed, 55 insertions, 49 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 9dec156e3b..261ae8e2a0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -126,7 +126,7 @@ GEM
appbundler (0.13.2)
mixlib-cli (>= 1.4, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
- ast (2.4.1)
+ ast (2.4.2)
bcrypt_pbkdf (1.1.0)
bcrypt_pbkdf (1.1.0-x64-mingw32)
bcrypt_pbkdf (1.1.0-x86-mingw32)
@@ -134,10 +134,9 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.4)
byebug (11.1.3)
- chef-telemetry (1.0.14)
+ chef-telemetry (1.0.29)
chef-config
concurrent-ruby (~> 1.0)
- ffi-yajl (~> 2.2)
chef-vault (4.1.0)
chef-zero (14.0.17)
ffi-yajl (~> 2.2)
@@ -151,7 +150,7 @@ GEM
chefstyle (1.2.1)
rubocop (= 0.89.1)
coderay (1.1.3)
- concurrent-ruby (1.1.7)
+ concurrent-ruby (1.1.8)
crack (0.4.5)
rexml
debug_inspector (1.0.0)
@@ -159,14 +158,19 @@ GEM
ed25519 (1.2.4)
erubi (1.10.0)
erubis (2.7.0)
- faraday (1.0.1)
+ faraday (1.3.0)
+ faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
- fauxhai-ng (8.3.1)
+ ruby2_keywords
+ faraday-net_http (1.0.1)
+ faraday_middleware (1.0.0)
+ faraday (~> 1.0)
+ fauxhai-ng (8.7.0)
net-ssh
- ffi (1.13.1)
- ffi (1.13.1-x64-mingw32)
- ffi (1.13.1-x86-mingw32)
- ffi-libarchive (1.0.4)
+ ffi (1.15.0)
+ ffi (1.15.0-x64-mingw32)
+ ffi (1.15.0-x86-mingw32)
+ ffi-libarchive (1.0.17)
ffi (~> 1.0)
ffi-win32-extensions (1.0.4)
ffi
@@ -182,30 +186,31 @@ GEM
highline (1.7.10)
httpclient (2.8.3)
iniparse (1.5.0)
- inspec-core (4.24.8)
+ inspec-core (4.28.0)
addressable (~> 2.4)
chef-telemetry (~> 1.0)
- faraday (>= 0.9.0, < 1.1)
- hashie (~> 3.4)
+ faraday (>= 0.9.0, < 1.4)
+ faraday_middleware (~> 1.0)
+ hashie (>= 3.4, < 5.0)
license-acceptance (>= 0.2.13, < 3.0)
method_source (>= 0.8, < 2.0)
mixlib-log (~> 3.0)
multipart-post (~> 2.0)
parallel (~> 1.9)
- parslet (~> 1.5)
+ parslet (>= 1.5, < 2.0)
pry (~> 0.13)
- rspec (~> 3.9.0)
+ rspec (>= 3.9, < 3.11)
rspec-its (~> 1.2)
- rubyzip (~> 1.2, >= 1.2.2)
+ rubyzip (>= 1.2.2, < 3.0)
semverse (~> 3.0)
sslshake (~> 1.2)
thor (>= 0.20, < 2.0)
- tomlrb (~> 1.2.0)
+ tomlrb (>= 1.2, < 2.1)
train-core (~> 3.0)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
- inspec-core-bin (4.24.8)
- inspec-core (= 4.24.8)
+ inspec-core-bin (4.28.0)
+ inspec-core (= 4.28.0)
ipaddress (0.8.3)
iso8601 (0.13.0)
json (2.5.1)
@@ -220,11 +225,11 @@ GEM
little-plugger (~> 1.1)
multi_json (~> 1.14)
method_source (1.0.0)
- mixlib-archive (1.0.7)
+ mixlib-archive (1.1.7)
mixlib-log
- mixlib-archive (1.0.7-universal-mingw32)
+ mixlib-archive (1.1.7-universal-mingw32)
mixlib-log
- mixlib-authentication (3.0.7)
+ mixlib-authentication (3.0.10)
mixlib-cli (2.1.8)
mixlib-config (3.0.9)
tomlrb
@@ -274,24 +279,24 @@ GEM
rainbow (3.0.0)
rake (12.3.3)
rb-readline (0.5.5)
- regexp_parser (2.0.3)
+ regexp_parser (2.1.1)
rexml (3.2.4)
- rspec (3.9.0)
- rspec-core (~> 3.9.0)
- rspec-expectations (~> 3.9.0)
- rspec-mocks (~> 3.9.0)
- rspec-core (3.9.3)
- rspec-support (~> 3.9.3)
- rspec-expectations (3.9.4)
+ rspec (3.10.0)
+ rspec-core (~> 3.10.0)
+ rspec-expectations (~> 3.10.0)
+ rspec-mocks (~> 3.10.0)
+ rspec-core (3.10.1)
+ rspec-support (~> 3.10.0)
+ rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
+ rspec-support (~> 3.10.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
- rspec-mocks (3.9.1)
+ rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-support (3.9.4)
+ rspec-support (~> 3.10.0)
+ rspec-support (3.10.2)
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
@@ -309,30 +314,31 @@ GEM
ruby-prof (1.2.0)
ruby-progressbar (1.11.0)
ruby-shadow (2.5.0)
- rubyntlm (0.6.2)
- rubyzip (1.3.0)
+ ruby2_keywords (0.0.4)
+ rubyntlm (0.6.3)
+ rubyzip (2.3.0)
semverse (3.0.0)
slop (3.6.0)
sslshake (1.3.1)
- 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)
structured_warnings (0.4.0)
syslog-logger (1.6.8)
systemu (2.6.5)
- thor (1.0.1)
- tomlrb (1.2.9)
- train-core (3.4.4)
+ thor (1.1.0)
+ tomlrb (1.3.0)
+ train-core (3.5.4)
addressable (~> 2.5)
ffi (!= 1.13.0)
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
net-scp (>= 1.2, < 4.0)
net-ssh (>= 2.9, < 7.0)
- train-winrm (0.2.11)
- winrm (~> 2.0)
+ train-winrm (0.2.12)
+ winrm (>= 2.3.6, < 3.0)
winrm-elevated (~> 1.2.2)
winrm-fs (~> 1.0)
tty-box (0.7.0)
@@ -356,12 +362,12 @@ GEM
unicode-display_width (1.7.0)
unicode_utils (1.4.0)
uuidtools (2.1.5)
- webmock (3.11.0)
+ webmock (3.12.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
win32-api (1.5.3-universal-mingw32)
- win32-certstore (0.4.1)
+ win32-certstore (0.6.1)
ffi
mixlib-shellout
win32-dir (0.5.1)
@@ -384,7 +390,7 @@ GEM
win32-taskscheduler (2.0.4)
ffi
structured_warnings
- winrm (2.3.5)
+ winrm (2.3.6)
builder (>= 2.1.2)
erubi (~> 1.8)
gssapi (~> 1.2)
@@ -392,15 +398,15 @@ GEM
httpclient (~> 2.2, >= 2.2.0.2)
logging (>= 1.6.1, < 3.0)
nori (~> 2.0)
- rubyntlm (~> 0.6.0, >= 0.6.1)
+ rubyntlm (~> 0.6.0, >= 0.6.3)
winrm-elevated (1.2.3)
erubi (~> 1.8)
winrm (~> 2.0)
winrm-fs (~> 1.0)
- winrm-fs (1.3.3)
+ winrm-fs (1.3.5)
erubi (~> 1.8)
logging (>= 1.6.1, < 3.0)
- rubyzip (~> 1.1)
+ rubyzip (~> 2.0)
winrm (~> 2.0)
wisper (2.0.1)
wmi-lite (1.0.5)