diff options
author | Tim Smith <tsmith@chef.io> | 2019-01-17 17:55:28 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-01-17 17:55:28 -0800 |
commit | 959ba3bcac1f0b33268a65f770c8b403ac47aca0 (patch) | |
tree | 887c0d4b9fc11e1e245484ce6e22abd76beefc41 | |
parent | 2f7ad6baf98f1999faa49f5218552911105e0380 (diff) | |
download | chef-bump_gemlock.tar.gz |
Update deps for bundler 2.0.1bump_gemlock
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index a67485af5f..021cf4d6af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,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) @@ -230,8 +231,8 @@ GEM netrc (0.11.0) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) - parallel (1.12.1) - parser (2.5.3.0) + parallel (1.13.0) + parser (2.6.0.0) ast (~> 2.4.0) parslet (1.8.2) pastel (0.7.2) @@ -252,6 +253,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) @@ -426,4 +428,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.17.3 + 2.0.1 diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 9a4eac84c3..9ed37c999d 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -382,4 +382,4 @@ DEPENDENCIES winrm-fs (~> 1.0) BUNDLED WITH - 1.17.2 + 2.0.1 |