diff options
author | Tim Smith <tsmith@chef.io> | 2019-01-25 10:27:55 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-01-25 10:27:55 -0800 |
commit | 4ab4b9b27f104f1c009fec8669733f9e92a80e8b (patch) | |
tree | 22a54cd6499d3f4a215ae2a97e7391de89e288f6 | |
parent | bccde4869401106047ee156fac514893fb5aa4e1 (diff) | |
download | chef-4ab4b9b27f104f1c009fec8669733f9e92a80e8b.tar.gz |
Bump all deps to current14_bump
Bring in the new omnibus and omnibus-software as well as the updated addressable.
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 4 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 6e090d1fe5..fee6bcd4a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,8 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.4.0) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) appbundler (0.11.6) mixlib-cli (~> 1.4) mixlib-shellout (~> 2.0) @@ -239,6 +240,7 @@ GEM pry-stack_explorer (0.4.9.3) binding_of_caller (>= 0.7) pry (>= 0.9.11) + public_suffix (3.0.3) pusher-client (0.6.2) json websocket (~> 1.0) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index b0f7c77144..c1e4845661 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/chef/omnibus - revision: c1f49993ce7daeac6fbb4352e8787468d81a1121 + revision: 0ee44af9fd6892d2ccf52aaa4b7dfda65730840d branch: master specs: - omnibus (6.0.12) + omnibus (6.0.14) aws-sdk-s3 (~> 1) chef-sugar (>= 3.3) cleanroom (~> 1.0) @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 222f2955a04b6e57c841faf58d1879ab7280e734 + revision: ce1e03de4c9970da53b4c63176b17af518426968 branch: master specs: omnibus-software (4.0.0) @@ -32,7 +32,7 @@ GEM public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) aws-eventstream (1.0.1) - aws-partitions (1.133.0) + aws-partitions (1.135.0) aws-sdk-core (3.46.0) aws-eventstream (~> 1.0) aws-partitions (~> 1.0) |