Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 42 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,42 @@ GEM
benchmark (0.5.0)
bigdecimal (4.0.1)
builder (3.3.0)
chef-config (18.8.54)
chef-config (18.9.4)
addressable
chef-utils (= 18.8.54)
chef-utils (= 18.9.4)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
tomlrb (~> 1.2)
chef-gyoku (1.5.0)
builder (>= 2.1.2)
rexml (~> 3.4)
chef-telemetry (1.1.1)
chef-config
concurrent-ruby (~> 1.0)
chef-utils (18.8.54)
chef-utils (18.9.4)
concurrent-ruby
chef-winrm (2.5.0)
builder (>= 2.1.2)
chef-gyoku (~> 1.5)
erubi (~> 1.8)
gssapi (~> 1.2)
httpclient (~> 2.2, >= 2.2.0.2)
logging (>= 1.6.1, < 3.0)
nori (~> 2.7)
rexml (>= 3.4.2, < 4.0)
rubyntlm (~> 0.6.0, >= 0.6.3)
chef-winrm-elevated (1.2.5)
chef-winrm (>= 2.3.11)
chef-winrm-fs (>= 1.3.7)
erubi (~> 1.8)
chef-winrm-fs (1.4.2)
benchmark (~> 0.5.0)
chef-winrm (~> 2.4)
csv (~> 3.3)
erubi (>= 1.7)
logging (>= 1.6.1, < 3.0)
rubyzip (~> 2.0)
coderay (1.1.3)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
Expand Down Expand Up @@ -156,15 +180,21 @@ GEM
json (2.18.0)
jwt (2.10.2)
base64
kitchen-dokken (2.22.0)
kitchen-dokken (2.22.1)
docker-api (>= 1.33, < 3)
kitchen-omnibus-chef (>= 1.0)
lockfile (~> 2.1)
test-kitchen (>= 1.15, < 4)
test-kitchen (>= 1.15, < 5)
kitchen-inspec (3.1.0)
hashie (>= 3.4, < 6.0)
inspec-core (>= 2.2.64, < 8.0)
test-kitchen (>= 2.7, < 5)
train
kitchen-omnibus-chef (1.0.2)
license-acceptance (>= 1.0.11, < 3.0)
mixlib-install (~> 3.6)
mixlib-shellout (>= 1.2, < 4.0)
test-kitchen (>= 4.0)
language_server-protocol (3.17.0.5)
license-acceptance (2.1.13)
pastel (~> 0.7)
Expand All @@ -184,13 +214,13 @@ GEM
prism (~> 1.5)
mixlib-config (3.0.27)
tomlrb
mixlib-install (3.13.0)
mixlib-install (3.15.0)
mixlib-shellout
mixlib-versioning
thor
mixlib-log (3.2.3)
ffi (>= 1.15.5)
mixlib-shellout (3.3.9)
mixlib-shellout (3.4.10)
chef-utils
mixlib-versioning (1.2.12)
ms_rest (0.7.6)
Expand Down Expand Up @@ -235,7 +265,7 @@ GEM
public_suffix (7.0.2)
racc (1.8.1)
rainbow (3.1.1)
rdoc (7.0.3)
rdoc (7.1.0)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -299,13 +329,15 @@ GEM
strings-ansi (0.2.0)
syslog (0.3.0)
logger
test-kitchen (3.9.1)
test-kitchen (4.0.0)
bcrypt_pbkdf (~> 1.0)
chef-utils (>= 16.4.35)
chef-winrm (>= 2.5.0, < 3.0)
chef-winrm-elevated (>= 1.0, < 2.0)
chef-winrm-fs (>= 1.0, < 2.0)
csv (~> 3.3)
ed25519 (~> 1.3)
irb (~> 1.15)
license-acceptance (>= 1.0.11, < 3.0)
mixlib-install (~> 3.6)
mixlib-shellout (>= 1.2, < 4.0)
net-scp (>= 1.1, < 5.0)
Expand All @@ -314,9 +346,6 @@ GEM
ostruct (~> 0.6)
syslog (~> 0.3)
thor (>= 0.19, < 2.0)
winrm (~> 2.0)
winrm-elevated (~> 1.0)
winrm-fs (~> 1.1)
thor (1.5.0)
timeliness (0.3.10)
tomlrb (1.3.0)
Expand Down
Loading