diff options
author | Tim Smith <tsmith@chef.io> | 2018-12-31 13:35:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-31 13:35:15 -0800 |
commit | f3d04859e2931aa6843526f9ce37453d75c7a248 (patch) | |
tree | 20e4f78be1f0a99a6ca7ed7b8a0aef534455c5d0 | |
parent | fdacf3e510b4451f3b2a624a969eb79e0e994b20 (diff) | |
parent | c42d31667398cd3f2fa94c9a2552d9c4b441483f (diff) | |
download | chef-f3d04859e2931aa6843526f9ce37453d75c7a248.tar.gz |
Merge pull request #8085 from chef/bump_deps
Bump multiple deps to the latest
-rw-r--r-- | Gemfile.lock | 12 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 14 |
2 files changed, 13 insertions, 13 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index b7d1adf376..5e8b6b3383 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/chef/chefstyle.git - revision: b19b6bc41a9251cbd1a4c03ccc45e39cc5fcb769 + revision: 5190569ae0901e1139f296a92cb448a60d98da56 branch: master specs: - chefstyle (0.11.0) + chefstyle (0.11.1) rubocop (= 0.55.0) GIT @@ -163,7 +163,7 @@ GEM multi_json (~> 1.0) net-http-persistent (~> 2.9) net-http-pipeline - hashdiff (0.3.7) + hashdiff (0.3.8) hashie (3.6.0) highline (1.7.10) htmlentities (4.3.4) @@ -336,7 +336,7 @@ GEM typhoeus (~> 0.6, >= 0.6.8) tty-color (0.4.3) tty-cursor (0.6.0) - tty-prompt (0.18.0) + tty-prompt (0.18.1) necromancer (~> 0.4.0) pastel (~> 0.7.0) timers (~> 4.0) @@ -355,10 +355,10 @@ GEM tty-screen (~> 0.6.4) typhoeus (0.8.0) ethon (>= 0.8.0) - unicode-display_width (1.4.0) + unicode-display_width (1.4.1) unicode_utils (1.4.0) uuidtools (2.1.5) - webmock (3.4.2) + webmock (3.5.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 414ba77162..39705d30c2 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 72dd1e333c638af8089c2d5904172640181bd29c + revision: 262af48ad7442b5a2edd44ba05106bc024819168 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.126.0) + aws-partitions (1.127.0) aws-sdk-core (3.44.1) aws-eventstream (~> 1.0) aws-partitions (~> 1.0) @@ -142,7 +142,7 @@ GEM mixlib-config (>= 2.2.12, < 3.0) mixlib-shellout (~> 2.0) tomlrb (~> 1.2) - chef-sugar (4.2.1) + chef-sugar (5.0.0) chef-zero (14.0.11) ffi-yajl (~> 2.2) hashie (>= 2.0, < 4.0) @@ -244,7 +244,7 @@ GEM multipart-post (~> 2.0.0) progressbar zhexdump (>= 0.0.2) - plist (3.4.0) + plist (3.5.0) progressbar (1.10.0) proxifier (1.0.3) pry (0.12.2) @@ -294,7 +294,7 @@ GEM solve (4.0.2) molinillo (~> 0.6) semverse (>= 1.1, < 4.0) - specinfra (2.76.5) + specinfra (2.76.6) net-scp net-ssh (>= 2.7) net-telnet (= 0.1.1) @@ -302,7 +302,7 @@ GEM structured_warnings (0.3.0) syslog-logger (1.6.8) systemu (2.6.5) - test-kitchen (1.23.5) + test-kitchen (1.24.0) mixlib-install (~> 3.6) mixlib-shellout (>= 1.2, < 3.0) net-scp (~> 1.1) @@ -315,7 +315,7 @@ GEM thor (0.20.3) toml-rb (1.1.2) citrus (~> 3.0, > 3.0) - tomlrb (1.2.7) + tomlrb (1.2.8) uuidtools (2.1.5) win32-api (1.5.3-universal-mingw32) win32-certstore (0.1.11) |