From b276f5e0dc48d9d9bd1f254971eaad739b1f5b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:35:31 +0000 Subject: [PATCH] Bump addressable from 2.8.6 to 2.9.0 in /tests Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.6 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.6...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tests/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Gemfile.lock b/tests/Gemfile.lock index 28f7427..b6d2953 100644 --- a/tests/Gemfile.lock +++ b/tests/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) bigdecimal (3.1.6) capybara (3.40.0) addressable @@ -26,7 +26,7 @@ GEM racc (~> 1.4) nokogiri (1.18.9-x86_64-linux-gnu) racc (~> 1.4) - public_suffix (5.0.4) + public_suffix (7.0.5) racc (1.8.1) rack (3.1.18) rack-test (2.1.0)