From 6618613bc2d69cfe5131c9c2ea4b50b7fd668827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 02:46:37 +0000 Subject: [PATCH] Bump addressable from 2.6.0 to 2.8.0 in /tests Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.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.6.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tests/Gemfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/Gemfile.lock b/tests/Gemfile.lock index 660ce0e..06afa47 100644 --- a/tests/Gemfile.lock +++ b/tests/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) connection_pool (2.2.2) cookiejar (0.3.3) diff-lcs (1.3) @@ -26,7 +26,7 @@ GEM net-http-persistent (3.0.0) connection_pool (~> 2.2) patron (0.13.1) - public_suffix (3.0.3) + public_suffix (4.0.6) rake (12.3.2) rspec (3.8.0) rspec-core (~> 3.8.0) @@ -48,6 +48,7 @@ PLATFORMS ruby DEPENDENCIES + bundler em-http-request (>= 1.1) em-synchrony (>= 1.0.3) excon (>= 0.27.4)