From cd30b8b5753ebd739e4efbd6cdad7565e0954746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:10:16 +0000 Subject: [PATCH] build(deps): bump addressable from 2.8.5 to 2.9.0 in /auth Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.5 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.5...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- auth/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auth/Gemfile.lock b/auth/Gemfile.lock index 2f94a36d0..690f99a83 100644 --- a/auth/Gemfile.lock +++ b/auth/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.5) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) declarative (0.0.20) diff-lcs (1.5.0) digest-crc (0.6.5) @@ -51,7 +51,7 @@ GEM mini_mime (1.1.5) multi_json (1.15.0) os (1.1.4) - public_suffix (5.0.3) + public_suffix (7.0.5) rake (13.0.6) representable (3.2.0) declarative (< 0.1.0)