diff options
author | Tim Smith <tsmith@chef.io> | 2018-10-23 06:13:42 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-10-23 06:14:42 -0700 |
commit | ee9fa0dc0c37655f195c13c2fa635f85758b10a5 (patch) | |
tree | 671c79c5a3e0db86e75dca5b8908ddd8ab2118ba /omnibus | |
parent | f8bdea09665550e79d9415ec419a3269d7c8842d (diff) | |
download | chef-ee9fa0dc0c37655f195c13c2fa635f85758b10a5.tar.gz |
Update Ruby to 2.5.3
This resolves several CVEs and fixes a large number of bugs.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 9a8a008453..706554ebd8 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 1736d68a4efe36db6287c34b1d9d3c8226dfd4f3 + revision: ec8df13fa165b7d3866ee61fc05f060283adc642 branch: master specs: omnibus-software (4.0.0) @@ -32,8 +32,8 @@ GEM public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) aws-eventstream (1.0.1) - aws-partitions (1.105.0) - aws-sdk-core (3.31.0) + aws-partitions (1.106.0) + aws-sdk-core (3.33.0) aws-eventstream (~> 1.0) aws-partitions (~> 1.0) aws-sigv4 (~> 1.0) @@ -193,6 +193,8 @@ GEM minitar (0.6.1) mixlib-archive (0.4.18) mixlib-log + mixlib-archive (0.4.18-universal-mingw32) + mixlib-log mixlib-authentication (2.1.1) mixlib-cli (1.7.0) mixlib-config (2.2.13) @@ -377,4 +379,4 @@ DEPENDENCIES winrm-fs (~> 1.0) BUNDLED WITH - 1.16.5 + 1.16.6 |