From f79ed02b50ee94525616ce9ee9c6f1a4518bf44b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:46:52 +0000 Subject: [PATCH] build(deps): bump addressable from 2.8.5 to 2.9.0 in /stackdriver 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] --- stackdriver/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stackdriver/Gemfile.lock b/stackdriver/Gemfile.lock index 260ff82d6..a7ae9b6ef 100644 --- a/stackdriver/Gemfile.lock +++ b/stackdriver/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) base64 (0.1.1) concurrent-ruby (1.2.2) diff-lcs (1.5.0) @@ -90,7 +90,7 @@ GEM mustermann (3.0.0) ruby2_keywords (~> 0.0.1) os (1.1.4) - public_suffix (5.0.3) + public_suffix (7.0.5) rack (2.2.8.1) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4)