Skip to content

Commit a93523c

Browse files
authored
Merge pull request #63 from dafyddj/chore/2022w47
chore(gemfile): update `net-ssh` to `v7` for compatibility
2 parents 27205e8 + 6f08178 commit a93523c

File tree

2 files changed

+27
-22
lines changed

2 files changed

+27
-22
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ gem 'kitchen-salt', '>= 0.7.2'
2121
group :vagrant do
2222
gem 'kitchen-vagrant'
2323
end
24+
25+
# v7 needed for compatibility with OpenSSL v3
26+
gem 'net-ssh', '~> 7'

Gemfile.lock

+24-22
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ GIT
4949
GEM
5050
remote: https://rubygems.org/
5151
specs:
52-
activesupport (7.0.3.1)
52+
activesupport (7.0.4)
5353
concurrent-ruby (~> 1.0, >= 1.0.2)
5454
i18n (>= 1.6, < 2)
5555
minitest (>= 5.1)
5656
tzinfo (~> 2.0)
57-
addressable (2.8.0)
58-
public_suffix (>= 2.0.2, < 5.0)
57+
addressable (2.8.1)
58+
public_suffix (>= 2.0.2, < 6.0)
5959
ast (2.4.2)
6060
aws-eventstream (1.2.0)
6161
aws-partitions (1.607.0)
@@ -327,8 +327,8 @@ GEM
327327
domain_name (0.5.20190701)
328328
unf (>= 0.0.5, < 1.0.0)
329329
ed25519 (1.3.0)
330-
erubi (1.10.0)
331-
excon (0.92.3)
330+
erubi (1.11.0)
331+
excon (0.94.0)
332332
faraday (1.4.3)
333333
faraday-em_http (~> 1.0)
334334
faraday-em_synchrony (~> 1.0)
@@ -380,7 +380,7 @@ GEM
380380
inifile (3.0.0)
381381
jmespath (1.6.1)
382382
json (2.6.2)
383-
jwt (2.4.1)
383+
jwt (2.5.0)
384384
kitchen-inspec (2.6.1)
385385
hashie (>= 3.4, <= 5.0)
386386
inspec (>= 2.2.64, < 7.0)
@@ -402,10 +402,10 @@ GEM
402402
memoist (0.16.2)
403403
method_source (1.0.0)
404404
mini_mime (1.1.2)
405-
minitest (5.16.2)
405+
minitest (5.16.3)
406406
mixlib-config (3.0.27)
407407
tomlrb
408-
mixlib-install (3.12.19)
408+
mixlib-install (3.12.24)
409409
mixlib-shellout
410410
mixlib-versioning
411411
thor
@@ -426,9 +426,9 @@ GEM
426426
ms_rest (~> 0.7.6)
427427
multi_json (1.15.0)
428428
multipart-post (2.2.3)
429-
net-scp (3.0.0)
430-
net-ssh (>= 2.6.5, < 7.0.0)
431-
net-ssh (6.1.0)
429+
net-scp (4.0.0)
430+
net-ssh (>= 2.6.5, < 8.0.0)
431+
net-ssh (7.0.1)
432432
net-ssh-gateway (2.0.0)
433433
net-ssh (>= 4.0.0)
434434
nori (2.6.0)
@@ -446,7 +446,7 @@ GEM
446446
pry (0.14.1)
447447
coderay (~> 1.1)
448448
method_source (~> 1.0)
449-
public_suffix (4.0.7)
449+
public_suffix (5.0.0)
450450
rainbow (3.1.1)
451451
rake (13.0.6)
452452
regexp_parser (2.5.0)
@@ -499,15 +499,15 @@ GEM
499499
unicode-display_width (>= 1.5, < 3.0)
500500
unicode_utils (~> 1.4)
501501
strings-ansi (0.2.0)
502-
test-kitchen (3.3.1)
502+
test-kitchen (3.4.0)
503503
bcrypt_pbkdf (~> 1.0)
504504
chef-utils (>= 16.4.35)
505505
ed25519 (~> 1.2)
506506
license-acceptance (>= 1.0.11, < 3.0)
507507
mixlib-install (~> 3.6)
508508
mixlib-shellout (>= 1.2, < 4.0)
509-
net-scp (>= 1.1, < 4.0)
510-
net-ssh (>= 2.9, < 7.0)
509+
net-scp (>= 1.1, < 5.0)
510+
net-ssh (>= 2.9, < 8.0)
511511
net-ssh-gateway (>= 1.2, < 3.0)
512512
thor (>= 0.19, < 2.0)
513513
winrm (~> 2.0)
@@ -517,7 +517,7 @@ GEM
517517
timeliness (0.3.10)
518518
tomlrb (1.3.0)
519519
trailblazer-option (0.1.2)
520-
train (3.10.1)
520+
train (3.10.7)
521521
activesupport (>= 6.0.3.1)
522522
azure_graph_rbac (~> 0.16)
523523
azure_mgmt_key_vault (~> 0.17)
@@ -528,7 +528,7 @@ GEM
528528
google-api-client (>= 0.23.9, <= 0.52.0)
529529
googleauth (>= 0.6.6, <= 0.14.0)
530530
inifile (~> 3.0)
531-
train-core (= 3.10.1)
531+
train-core (= 3.10.7)
532532
train-winrm (~> 0.2)
533533
train-aws (0.2.24)
534534
aws-sdk-alexaforbusiness (~> 1.0)
@@ -606,13 +606,13 @@ GEM
606606
aws-sdk-synthetics (~> 1.19.0)
607607
aws-sdk-transfer (>= 1.26, < 1.35)
608608
aws-sdk-waf (~> 1.43.0)
609-
train-core (3.10.1)
609+
train-core (3.10.7)
610610
addressable (~> 2.5)
611611
ffi (!= 1.13.0)
612612
json (>= 1.8, < 3.0)
613613
mixlib-shellout (>= 2.0, < 4.0)
614-
net-scp (>= 1.2, < 4.0)
615-
net-ssh (>= 2.9, < 7.0)
614+
net-scp (>= 1.2, < 5.0)
615+
net-ssh (>= 2.9, < 8.0)
616616
train-habitat (0.2.22)
617617
train-winrm (0.2.13)
618618
winrm (>= 2.3.6, < 3.0)
@@ -636,13 +636,13 @@ GEM
636636
pastel (~> 0.8)
637637
strings (~> 0.2.0)
638638
tty-screen (~> 0.8)
639-
tzinfo (2.0.4)
639+
tzinfo (2.0.5)
640640
concurrent-ruby (~> 1.0)
641641
uber (0.1.0)
642642
unf (0.1.4)
643643
unf_ext
644644
unf_ext (0.0.8.2)
645-
unicode-display_width (2.2.0)
645+
unicode-display_width (2.3.0)
646646
unicode_utils (1.4.0)
647647
winrm (2.3.6)
648648
builder (>= 2.1.2)
@@ -673,6 +673,8 @@ DEPENDENCIES
673673
kitchen-inspec (>= 2.5.0)
674674
kitchen-salt (>= 0.7.2)
675675
kitchen-vagrant
676+
net-ssh (~> 7)
677+
test-kitchen (~> 3.4)
676678

677679
BUNDLED WITH
678680
2.1.2

0 commit comments

Comments
 (0)