diff options
-rw-r--r-- | Gemfile.lock | 6 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 30 |
2 files changed, 19 insertions, 17 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index b9a5ce68d5..99ab4918cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,9 +168,9 @@ GEM faraday (>= 0.7.4, < 1.0) fauxhai-ng (7.5.1) net-ssh - ffi (1.11.1) - ffi (1.11.1-x64-mingw32) - ffi (1.11.1-x86-mingw32) + ffi (1.11.2) + ffi (1.11.2-x64-mingw32) + ffi (1.11.2-x86-mingw32) ffi-libarchive (0.4.10) ffi (~> 1.0) ffi-win32-extensions (1.0.3) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 6c471de330..ab5b6f92c4 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/chef/omnibus - revision: acdcf27e03545fac6014a995379b79f81840fd65 + revision: e18e22bf35bfc43b287caaee3825ac009d3846d2 branch: master specs: - omnibus (6.1.11) + omnibus (6.1.12) aws-sdk-s3 (~> 1) chef-cleanroom (~> 1.0) chef-sugar-ng (>= 3.3) @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 9068533963f936e8d615c6860b6089126b091f3d + revision: 3f47c11c9ea3186faed62ff52e88d0f580a759ff branch: master specs: omnibus-software (4.0.0) @@ -33,8 +33,8 @@ GEM artifactory (3.0.5) awesome_print (1.8.0) aws-eventstream (1.0.3) - aws-partitions (1.232.0) - aws-sdk-core (3.72.1) + aws-partitions (1.238.0) + aws-sdk-core (3.76.0) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1, >= 1.228.0) aws-sigv4 (~> 1.1) @@ -157,12 +157,13 @@ GEM diff-lcs (1.3) ed25519 (1.2.4) equatable (0.6.1) + erubi (1.9.0) erubis (2.7.0) faraday (0.17.0) multipart-post (>= 1.2, < 3) - ffi (1.11.1) - ffi (1.11.1-x64-mingw32) - ffi (1.11.1-x86-mingw32) + ffi (1.11.2) + ffi (1.11.2-x64-mingw32) + ffi (1.11.2-x86-mingw32) ffi-libarchive (0.4.10) ffi (~> 1.0) ffi-win32-extensions (1.0.3) @@ -261,7 +262,7 @@ GEM proxifier (1.0.3) public_suffix (4.0.1) rack (2.0.7) - retryable (3.0.4) + retryable (3.0.5) ruby-progressbar (1.10.1) rubyntlm (0.6.2) rubyzip (1.3.0) @@ -346,20 +347,21 @@ GEM win32-taskscheduler (2.0.4) ffi structured_warnings - winrm (2.3.2) + winrm (2.3.3) builder (>= 2.1.2) - erubis (~> 2.7) + erubi (~> 1.8) gssapi (~> 1.2) gyoku (~> 1.0) httpclient (~> 2.2, >= 2.2.0.2) logging (>= 1.6.1, < 3.0) nori (~> 2.0) rubyntlm (~> 0.6.0, >= 0.6.1) - winrm-elevated (1.1.1) + winrm-elevated (1.1.2) + erubi (~> 1.8) winrm (~> 2.0) winrm-fs (~> 1.0) - winrm-fs (1.3.2) - erubis (~> 2.7) + winrm-fs (1.3.3) + erubi (~> 1.8) logging (>= 1.6.1, < 3.0) rubyzip (~> 1.1) winrm (~> 2.0) |