diff options
author | Tim Smith <tsmith@chef.io> | 2018-01-05 16:01:06 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-01-05 16:01:06 -0800 |
commit | aad8ccf1263bc8848efec5140cc02ef593f0e1d4 (patch) | |
tree | 1d2aae850bffcd823b47d13c6b222682eb06b4bb /omnibus/Gemfile.lock | |
parent | 21155f73467969da3b36a35b146100d1a04b0cdf (diff) | |
download | chef-aad8ccf1263bc8848efec5140cc02ef593f0e1d4.tar.gz |
Update to Ruby 2.4.3ruby243
This resolves this CVE https://www.ruby-lang.org/en/news/2017/12/14/net-ftp-command-injection-cve-2017-17405/
It also backports a few bugfixes from 2.5.0:
https://github.com/ruby/ruby/compare/v2_4_2...v2_4_3
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus/Gemfile.lock')
-rw-r--r-- | omnibus/Gemfile.lock | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 06ef842859..928cc8eeaf 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/chef/license_scout - revision: d736df0d72f84ed3f0c8e3eb66b12562a3dccbda + revision: d044136f0b464ed3894a172f06a50167106ec5d1 specs: license_scout (0.1.3) ffi-yajl (~> 2.2) @@ -26,7 +26,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: d6accc79f166cc6fc552e07088951bf467c30989 + revision: 918dcb6b883ce2edb1528040875257b8e9b1c79f specs: omnibus-software (4.0.0) chef-sugar (>= 3.4.0) @@ -38,13 +38,13 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) - aws-sdk (2.10.99) - aws-sdk-resources (= 2.10.99) - aws-sdk-core (2.10.99) + aws-sdk (2.10.112) + aws-sdk-resources (= 2.10.112) + aws-sdk-core (2.10.112) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.10.99) - aws-sdk-core (= 2.10.99) + aws-sdk-resources (2.10.112) + aws-sdk-core (= 2.10.112) aws-sigv4 (1.0.2) berkshelf (4.3.5) addressable (~> 2.3, >= 2.3.4) @@ -108,7 +108,7 @@ GEM ffi (>= 1.0.1) gyoku (1.3.1) builder (>= 2.1.2) - hashie (3.5.6) + hashie (3.5.7) hitimes (1.2.6) hitimes (1.2.6-x86-mingw32) httpclient (2.7.2) @@ -130,7 +130,7 @@ GEM mixlib-authentication (1.4.2) mixlib-cli (1.7.0) mixlib-config (2.2.4) - mixlib-install (3.8.0) + mixlib-install (3.9.0) mixlib-shellout mixlib-versioning thor @@ -148,9 +148,9 @@ GEM net-ssh (4.2.0) net-ssh-gateway (1.3.0) net-ssh (>= 2.6.5) - nio4r (2.1.0) + nio4r (2.2.0) nori (2.6.0) - octokit (4.7.0) + octokit (4.8.0) sawyer (~> 0.8.0, >= 0.5.3) ohai (8.25.1) chef-config (>= 12.5.0.alpha.1, < 14) @@ -170,7 +170,7 @@ GEM multipart-post (~> 2.0.0) progressbar zhexdump (>= 0.0.2) - plist (3.3.0) + plist (3.4.0) progressbar (1.9.0) pry (0.11.3) coderay (~> 1.1.0) @@ -204,7 +204,6 @@ GEM ruby-progressbar (1.9.0) rubyntlm (0.6.2) rubyzip (1.2.1) - safe_yaml (1.0.4) sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) @@ -219,7 +218,6 @@ GEM net-scp (~> 1.1) net-ssh (>= 2.9, < 5.0) net-ssh-gateway (~> 1.2) - safe_yaml (~> 1.0) thor (~> 0.19, < 0.19.2) winrm (~> 2.0) winrm-elevated (~> 1.0) @@ -273,4 +271,4 @@ DEPENDENCIES winrm-fs (~> 1.0) BUNDLED WITH - 1.16.0 + 1.16.1 |