summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-05 10:10:59 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-05 10:10:59 -0700
commitd7bf9e1c5c0a9d162a5a44d7e441588d64578eb3 (patch)
tree6c342cc42b2fb13e7acb34cbfa546ef8aaf5cc23 /Gemfile.lock
parent9f2282bcfa1fcf44e44c24ba92fcd6aef79d1e80 (diff)
downloadchef-d7bf9e1c5c0a9d162a5a44d7e441588d64578eb3.tar.gz
Update train-core to the latest
This allows for the newer net-scp which is a major bump only in that it allows the newer net-ssh. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock9
1 files changed, 5 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index b2178ded6c..48447a9eb5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -260,8 +260,8 @@ GEM
multi_json (1.14.1)
multipart-post (2.1.1)
necromancer (0.5.1)
- net-scp (2.0.0)
- net-ssh (>= 2.6.5, < 6.0.0)
+ net-scp (3.0.0)
+ net-ssh (>= 2.6.5, < 7.0.0)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (5.2.0)
@@ -353,11 +353,12 @@ GEM
tins (1.25.0)
sync
tomlrb (1.3.0)
- train-core (3.2.28)
+ train-core (3.2.37)
addressable (~> 2.5)
+ ffi (< 1.13)
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
- net-scp (>= 1.2, < 3.0)
+ net-scp (>= 1.2, < 4.0)
net-ssh (>= 2.9, < 6.0)
train-winrm (0.2.6)
winrm (~> 2.0)