From 1b1fccb98a67c9b7c3c41466242c0532e87d777b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 21:57:02 +0000 Subject: [PATCH] Bump addressable from 2.5.1 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.1 to 2.8.1. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.5.1...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ad15206..1cb16bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.5.1) - public_suffix (~> 2.0, >= 2.0.2) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorize (0.8.1) commonmarker (0.14.15) ruby-enum (~> 0.5) @@ -11,17 +11,19 @@ GEM crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) - faraday (0.13.1) - multipart-post (>= 1.2, < 3) + faraday (2.6.0) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) github-markup (1.6.1) hashdiff (0.3.6) i18n (0.9.0) concurrent-ruby (~> 1.0) json (1.8.6) - multipart-post (2.0.0) - octokit (4.7.0) - sawyer (~> 0.8.0, >= 0.5.3) - public_suffix (2.0.5) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) + public_suffix (5.0.0) rake (12.0.0) releasinator (0.7.6) colorize (~> 0.7) @@ -45,10 +47,11 @@ GEM rspec-support (3.6.0) ruby-enum (0.7.1) i18n + ruby2_keywords (0.0.5) safe_yaml (1.0.4) - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) semantic (1.6.0) vandamme (0.0.12) commonmarker (~> 0.14.14)