Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ gem 'kitchen-salt', '0.7.2'
# Avoid the error 'pkeys are immutable on OpenSSL 3.0'
gem 'net-ssh', '>= 7.0.0'

gem 'test-kitchen', '3.7.0'
gem 'test-kitchen', '3.9.0'
34 changes: 31 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ GEM
bigdecimal (3.3.1)
bson (4.15.0)
builder (3.3.0)
cgi (0.5.0)
chef-config (18.7.6)
addressable
chef-utils (= 18.7.6)
Expand Down Expand Up @@ -369,6 +370,8 @@ GEM
connection_pool (2.5.3)
cookstyle (8.1.2)
rubocop (= 1.75.5)
csv (3.3.5)
date (3.5.0)
declarative (0.0.20)
diff-lcs (1.6.2)
docker-api (2.4.0)
Expand All @@ -377,6 +380,8 @@ GEM
domain_name (0.6.20240107)
drb (2.2.1)
ed25519 (1.4.0)
erb (4.0.4)
cgi (>= 0.3.3)
erubi (1.13.1)
excon (1.2.5)
logger
Expand Down Expand Up @@ -459,6 +464,10 @@ GEM
concurrent-ruby (~> 1.0)
inifile (3.0.0)
io-console (0.8.0)
irb (1.15.3)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.12.0)
jwt (2.10.1)
Expand Down Expand Up @@ -530,24 +539,35 @@ GEM
bigdecimal
options (2.3.2)
os (1.1.4)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.8.0)
ast (~> 2.4.1)
racc
parslet (1.8.2)
pastel (0.8.0)
tty-color (~> 0.5)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
progress_bar (1.3.4)
highline (>= 1.6)
options (~> 2.3.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.2.6)
date
stringio
public_suffix (6.0.2)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.16.1)
erb
psych (>= 4.0.0)
tsort
regexp_parser (2.10.0)
reline (0.6.1)
io-console (~> 0.5)
Expand Down Expand Up @@ -612,21 +632,28 @@ GEM
logger
ruby-ole
sslshake (1.3.1)
stringio (3.1.8)
strings (0.2.1)
strings-ansi (~> 0.2)
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
test-kitchen (3.7.0)
syslog (0.3.0)
logger
test-kitchen (3.9.0)
bcrypt_pbkdf (~> 1.0)
chef-utils (>= 16.4.35)
ed25519 (~> 1.2)
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)
net-ssh (>= 2.9, < 8.0)
net-ssh-gateway (>= 1.2, < 3.0)
ostruct (~> 0.6)
syslog (~> 0.3)
thor (>= 0.19, < 2.0)
winrm (~> 2.0)
winrm-elevated (~> 1.0)
Expand Down Expand Up @@ -747,6 +774,7 @@ GEM
chef-winrm (~> 2.3.12)
chef-winrm-elevated (~> 1.2.5)
chef-winrm-fs (~> 1.3.7)
tsort (0.2.0)
tty-box (0.7.0)
pastel (~> 0.8)
strings (~> 0.2.0)
Expand Down Expand Up @@ -804,7 +832,7 @@ DEPENDENCIES
kitchen-inspec (= 3.0.0)
kitchen-salt (= 0.7.2)
net-ssh (>= 7.0.0)
test-kitchen (= 3.7.0)
test-kitchen (= 3.9.0)

BUNDLED WITH
2.3.7
Loading