summaryrefslogtreecommitdiff
path: root/omnibus
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-10 08:48:58 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-10 08:48:58 -0700
commit3eee34485b9091cdbb19983a3fd8ffba8ac9f4dc (patch)
treef77205fe99bb7d6967c157ecca1338a39af3b1c9 /omnibus
parent175abc6975ad03dbdbc08b99ec7d5c23e42fd9a2 (diff)
downloadchef-3eee34485b9091cdbb19983a3fd8ffba8ac9f4dc.tar.gz
Allow for the latest net-ssh and ffi 1.13.1
New net-ssh has several important improvements that our users will probably want: * Support empty lines and comments in known_hosts [donoghuc, #742] * Add sha2-{256,512}-etm@openssh.com MAC algorithms [graaff, #714] * curve25519sha256 support [Florian Wininger ,#690] Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r--omnibus/Gemfile.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index d7a83eeafa..e91e6a4946 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -33,8 +33,8 @@ GEM
artifactory (3.0.15)
awesome_print (1.8.0)
aws-eventstream (1.1.0)
- aws-partitions (1.325.0)
- aws-sdk-core (3.97.1)
+ aws-partitions (1.327.0)
+ aws-sdk-core (3.98.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
@@ -172,9 +172,9 @@ GEM
erubis (2.7.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
- ffi (1.12.2)
- ffi (1.12.2-x64-mingw32)
- ffi (1.12.2-x86-mingw32)
+ ffi (1.12.1)
+ ffi (1.12.1-x64-mingw32)
+ ffi (1.12.1-x86-mingw32)
ffi-libarchive (1.0.0)
ffi (~> 1.0)
ffi-win32-extensions (1.0.3)
@@ -313,13 +313,13 @@ GEM
toml-rb (2.0.1)
citrus (~> 3.0, > 3.0)
tomlrb (1.3.0)
- train-core (3.2.37)
+ train-core (3.3.1)
addressable (~> 2.5)
- ffi (< 1.13)
+ ffi (!= 1.13.0)
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
net-scp (>= 1.2, < 4.0)
- net-ssh (>= 2.9, < 6.0)
+ net-ssh (>= 2.9, < 7.0)
train-winrm (0.2.6)
winrm (~> 2.0)
winrm-fs (~> 1.0)