From d31f32f313939df72c93210cfe67f7b6d5137aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:43:27 +0000 Subject: [PATCH] Bump addressable from 2.8.8 to 2.9.0 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.8 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.8...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1be10cecd..c7966f0fa 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem "factory_bot", "~> 6.5.6" gem "rails_compatible_cookies_utils", "~> 0.1.0" # URL parsing/generation -gem "addressable", "~> 2.8.0" +gem "addressable", "~> 2.9.0" # Browser/JavaScript integration tests gem "capybara", "~> 3.32" diff --git a/Gemfile.lock b/Gemfile.lock index 47d59225d..5dd33d71e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - addressable (2.8.8) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) ansi (1.5.0) ast (2.4.3) @@ -148,7 +148,7 @@ GEM pg (1.6.3-aarch64-linux) pg (1.6.3-x86_64-linux) prism (1.9.0) - public_suffix (6.0.2) + public_suffix (7.0.5) racc (1.8.1) rack (3.2.5) rack-session (2.1.1) @@ -219,7 +219,7 @@ DEPENDENCIES active_attr (~> 0.17.2) activerecord (~> 7.2.3) activesupport (~> 7.2.3) - addressable (~> 2.8.0) + addressable (~> 2.9.0) awesome_print (~> 1.9.2) bcrypt (~> 3.1.21) capybara (~> 3.32)