diff options
author | Thom May <thom@may.lt> | 2018-02-20 16:24:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-20 16:24:30 +0000 |
commit | 21fd3fae84ba79587233bc5b1493a82a44fcb947 (patch) | |
tree | 0238c1eb3967f176f2756d4f90a23aa45e3ccba3 /Gemfile.lock | |
parent | 784f35984a8b50d6d9411c18fb399e5dcfb157ae (diff) | |
parent | e7a919b0a228a15aa36578d2bb76d2d11e6f1dff (diff) | |
download | chef-21fd3fae84ba79587233bc5b1493a82a44fcb947.tar.gz |
Merge pull request #6869 from tarcinil/fix/6785
updating paranoid to verify_host_key
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 3795d740c9..d2e5f1c19b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ PATH mixlib-log (~> 1.3) mixlib-shellout (~> 2.0) net-sftp (~> 2.1, >= 2.1.2) - net-ssh (>= 2.9, < 5.0) + net-ssh (~> 4.2) net-ssh-multi (~> 1.2, >= 1.2.1) ohai (~> 14.0) plist (~> 3.2) @@ -83,7 +83,7 @@ PATH mixlib-log (~> 1.3) mixlib-shellout (~> 2.0) net-sftp (~> 2.1, >= 2.1.2) - net-ssh (>= 2.9, < 5.0) + net-ssh (~> 4.2) net-ssh-multi (~> 1.2, >= 1.2.1) ohai (~> 14.0) plist (~> 3.2) |