diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-08-19 10:59:51 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-08-19 10:59:51 +0000 |
commit | efe655ffd99c9ecff8b37ce5c21a256c51eea117 (patch) | |
tree | 33e93690a162afb68602d6a22b2e900f24efa88a | |
parent | 612749ee73e4f15b6edd1123d07d231d9b2fbf87 (diff) | |
download | chef-expeditor/_addressable_2.8.1.tar.gz |
Bump addressable to 2.8.1expeditor/_addressable_2.8.1
This pull request was triggered automatically via Expeditor when addressable 2.8.1 was promoted to Rubygems.
This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
-rw-r--r-- | Gemfile.lock | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e96b11286f..469a300b8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,10 +8,10 @@ GIT GIT remote: https://github.com/chef/ohai.git - revision: 88ddc94275c7618cb92a67c277993c89fc9c2109 + revision: 89e6a08889f414efabc53a1c15c418baddc5cd2d branch: main specs: - ohai (18.0.14) + ohai (18.0.20) chef-config (>= 14.12, < 19) chef-utils (>= 16.0, < 19) ffi (~> 1.9) @@ -149,8 +149,8 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) appbundler (0.13.4) mixlib-cli (>= 1.4, < 3.0) mixlib-shellout (>= 2.0, < 4.0) @@ -169,7 +169,7 @@ GEM aws-sdk-core (~> 3, >= 3.127.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.4) - aws-sdk-secretsmanager (1.64.0) + aws-sdk-secretsmanager (1.65.0) aws-sdk-core (~> 3, >= 3.127.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.5.1) @@ -298,7 +298,7 @@ GEM mixlib-log mixlib-authentication (3.0.10) mixlib-cli (2.1.8) - mixlib-config (3.0.9) + mixlib-config (3.0.27) tomlrb mixlib-log (3.0.9) mixlib-shellout (3.2.7) @@ -309,7 +309,7 @@ GEM win32-process (~> 0.9) wmi-lite (~> 1.0) multi_json (1.15.0) - multipart-post (2.2.0) + multipart-post (2.2.3) net-ftp (0.1.3) net-protocol time @@ -323,7 +323,7 @@ GEM netrc (0.11.0) nori (2.6.0) parallel (1.22.1) - parser (3.1.2.0) + parser (3.1.2.1) ast (~> 2.4.1) parslet (1.8.2) pastel (0.8.0) @@ -332,14 +332,14 @@ GEM pry (0.13.0) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.9.0) + pry-byebug (3.10.1) byebug (~> 11.0) - pry (~> 0.13.0) + pry (>= 0.13, < 0.15) pry-stack_explorer (0.6.1) binding_of_caller (~> 1.0) pry (~> 0.13) - public_suffix (4.0.7) - rack (2.2.3.1) + public_suffix (5.0.0) + rack (2.2.4) rainbow (3.1.1) rake (13.0.6) rb-readline (0.5.5) @@ -387,7 +387,7 @@ GEM rubocop-ast (>= 1.15.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.18.0) + rubocop-ast (1.21.0) parser (>= 3.1.1.0) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) @@ -407,7 +407,7 @@ GEM date timeout (0.3.0) tomlrb (1.3.0) - train-core (3.9.2) + train-core (3.10.1) addressable (~> 2.5) ffi (!= 1.13.0) json (>= 1.8, < 3.0) @@ -444,12 +444,12 @@ GEM unf_ext (0.0.8) unf_ext (0.0.8-x64-mingw32) unf_ext (0.0.8-x86-mingw32) - unicode-display_width (2.1.0) + unicode-display_width (2.2.0) unicode_utils (1.4.0) uuidtools (2.2.0) vault (0.17.0) aws-sigv4 - webmock (3.14.0) + webmock (3.18.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) |