From 77e49078090be5aa645b3287025b5cb71245dc0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 03:05:27 +0000 Subject: [PATCH] Bump addressable from 2.4.0 to 2.8.1 in /collections/test Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.4.0 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.4.0...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- collections/test/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 collections/test/Gemfile.lock diff --git a/collections/test/Gemfile.lock b/collections/test/Gemfile.lock old mode 100755 new mode 100644 index c426c3d..31322b5 --- a/collections/test/Gemfile.lock +++ b/collections/test/Gemfile.lock @@ -7,7 +7,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) builder (3.2.2) capybara (2.6.2) addressable @@ -47,6 +48,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + public_suffix (4.0.7) rack (1.6.4) rack-test (0.6.3) rack (>= 1.0)