From c92cf2296c9d91eec02d0e487ad28926cc068c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 08:12:08 +0000 Subject: [PATCH] Bump public_suffix from 4.0.6 to 5.0.0 Bumps [public_suffix](https://github.com/weppos/publicsuffix-ruby) from 4.0.6 to 5.0.0. - [Release notes](https://github.com/weppos/publicsuffix-ruby/releases) - [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/weppos/publicsuffix-ruby/compare/v4.0.6...v5.0.0) --- updated-dependencies: - dependency-name: public_suffix dependency-type: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 05b4f779db89..67fabdff9016 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,23 +1,37 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) coderay (1.1.3) - faraday (1.4.1) + faraday (1.10.1) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.1) - multipart-post (>= 1.2, < 3) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) faraday-net_http (1.0.1) - faraday-net_http_persistent (1.1.0) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) fastimage (2.2.3) method_source (1.0.0) minitest (5.14.4) - multipart-post (2.1.1) + multipart-post (2.2.3) octokit (4.21.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) @@ -27,7 +41,7 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.6) + public_suffix (5.0.0) rainbow (3.0.0) rake (13.0.3) regexp_parser (2.1.1) @@ -47,7 +61,7 @@ GEM rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.11.0) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) safe_yaml (1.0.5) sawyer (0.8.2) addressable (>= 2.3.5)