diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-07-03 04:32:15 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-07-03 04:32:15 +0000 |
commit | 275bfc1c5ca532c7be02be7b183ffd8e22c49ec2 (patch) | |
tree | e8fa7bffaf80ba1ea4644ca78dc2cf0c5bf9f012 | |
parent | 1251d9ab4a7ffcaea5fb1c55a64edf0af44d318c (diff) | |
download | chef-275bfc1c5ca532c7be02be7b183ffd8e22c49ec2.tar.gz |
Bump addressable to 2.8.0
This pull request was triggered automatically via Expeditor when addressable 2.8.0 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 2f5ba7f370..3837637b76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) appbundler (0.13.4) mixlib-cli (>= 1.4, < 3.0) |