From b4e2b3b80ef4253673293e54c434ce6470ba4cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 06:42:37 +0000 Subject: [PATCH] Bump addressable from 2.5.2 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 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.2...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3bdb6e4..7f098b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,8 +14,8 @@ GIT GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) appium_capybara (1.7.0) appium_lib (>= 9.15.0) capybara (~> 3.0) @@ -126,8 +126,8 @@ GEM multi_json to_regexp (~> 0.2.1) kwalify (0.7.2) - launchy (2.4.3) - addressable (~> 2.3) + launchy (2.5.0) + addressable (~> 2.7) method_source (0.8.2) mime-types (3.2.2) mime-types-data (~> 3.2015) @@ -145,7 +145,8 @@ GEM netrc (0.11.0) nokogiri (1.10.1) mini_portile2 (~> 2.4.0) - octokit (4.13.0) + octokit (4.22.0) + faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) parallel (1.14.0) parallel_tests (2.28.0) @@ -177,7 +178,7 @@ GEM method_source (~> 0.8.1) slop (~> 3.4) psych (3.1.0) - public_suffix (3.0.3) + public_suffix (4.0.7) rack (1.6.11) rack-protection (1.5.5) rack @@ -225,9 +226,9 @@ GEM sexp_processor (~> 4.9) rubyzip (1.2.2) rugged (0.28.1) - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) selenium-webdriver (3.141.0) childprocess (~> 0.5) rubyzip (~> 1.2, >= 1.2.2)