From 47456b7f2959a00f1c2e531316f2051cd74e52fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:43:35 +0000 Subject: [PATCH] Bump addressable from 2.5.0 to 2.8.0 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.0 to 2.8.0. - [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.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 82087c2d..b2d3fda4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,15 +1,15 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.5.0) - public_suffix (~> 2.0, >= 2.0.2) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) byebug (9.0.6) coderay (1.1.1) daemons (1.2.4) diff-lcs (1.3) dotenv (2.2.1) eventmachine (1.2.1) - faraday (0.11.0) + faraday (0.17.4) multipart-post (>= 1.2, < 3) ffi (1.9.17) formatador (0.2.5) @@ -39,7 +39,7 @@ GEM lumberjack (1.0.11) method_source (0.8.2) multi_xml (0.6.0) - multipart-post (2.0.0) + multipart-post (2.1.1) nenv (0.3.0) notiffany (0.1.1) nenv (~> 0.1) @@ -54,7 +54,7 @@ GEM pry-byebug (3.4.2) byebug (~> 9.0) pry (~> 0.10) - public_suffix (2.0.5) + public_suffix (3.1.1) rack (1.6.5) rack-protection (1.5.3) rack @@ -75,9 +75,9 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) - 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) shellany (0.0.1) sinatra (1.4.7) rack (~> 1.5)