From 474a5f3108ce6abfba63d19431d3400c6c665c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 22:40:06 +0000 Subject: [PATCH] Bump addressable from 2.5.2 to 2.8.1 in /test/apps/rails5.2 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] --- test/apps/rails5.2/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/apps/rails5.2/Gemfile.lock b/test/apps/rails5.2/Gemfile.lock index 087073bbd3..a0680cdfb6 100644 --- a/test/apps/rails5.2/Gemfile.lock +++ b/test/apps/rails5.2/Gemfile.lock @@ -41,8 +41,8 @@ GEM i18n (~> 0.7) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) archive-zip (0.7.0) io-like (~> 0.3.0) arel (9.0.0) @@ -101,7 +101,7 @@ GEM nio4r (2.1.0) nokogiri (1.8.1) mini_portile2 (~> 2.3.0) - public_suffix (3.0.1) + public_suffix (4.0.7) puma (3.11.0) rack (2.0.3) rack-test (0.8.2)