From 53370cf17e4e50159dcfa3c90b1dca19f96823b5 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 02:12:25 +0000 Subject: [PATCH] Update addressable to version 2.9.0 --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 27bb95f..faaef69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,8 +21,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) ast (2.4.2) bigdecimal (3.3.1) concurrent-ruby (1.2.2) @@ -39,7 +39,7 @@ GEM parallel (1.22.1) parser (3.2.0.0) ast (~> 2.4.1) - public_suffix (6.0.2) + public_suffix (7.0.5) rack (3.1.18) rainbow (3.1.1) rake (13.3.0)