diff options
author | Marc A. Paradise <marc.paradise@gmail.com> | 2019-05-06 12:53:12 -0400 |
---|---|---|
committer | Marc A. Paradise <marc.paradise@gmail.com> | 2019-05-06 12:53:12 -0400 |
commit | cbd43e5e4aff5a917a1f2bdccb22c089a8cd31c0 (patch) | |
tree | ce74cd5e174c671c2ab3bb6a3dd119225ee6018b /Gemfile.lock | |
parent | ef089cf93b33df48e2b1aac93ad550b682aa0b1d (diff) | |
download | chef-cbd43e5e4aff5a917a1f2bdccb22c089a8cd31c0.tar.gz |
Enable windows detection over ssh (train-core 2.1.0)CHEF-8423
This corrects CHEF-4823 by upgrading train-core to a version
with support for detecting windows over ssh.
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 73b417a10f..714c64625a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -322,7 +322,7 @@ GEM timers (4.3.0) tins (1.20.2) tomlrb (1.2.8) - train-core (2.0.12) + train-core (2.1.0) json (>= 1.8, < 3.0) mixlib-shellout (>= 2.0, < 4.0) net-scp (>= 1.2, < 3.0) |