From 790ef0ad92534050ea5b57b728754f8dd0e3b1e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:07:56 +0000 Subject: [PATCH] build(deps-dev): bump addressable 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] --- appengine/standard-rails-hello-world/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appengine/standard-rails-hello-world/Gemfile.lock b/appengine/standard-rails-hello-world/Gemfile.lock index 96e6c5de4..e5bb5276c 100644 --- a/appengine/standard-rails-hello-world/Gemfile.lock +++ b/appengine/standard-rails-hello-world/Gemfile.lock @@ -66,8 +66,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.5) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) bindex (0.8.1) builder (3.2.4) byebug (11.1.3) @@ -123,7 +123,7 @@ GEM nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) - public_suffix (5.0.3) + public_suffix (7.0.5) puma (6.4.2) nio4r (~> 2.0) racc (1.7.3)