From 4a5cd22f49df3fc784ec22a0faab22a90791317d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:17:06 +0000 Subject: [PATCH] build(deps-dev): bump addressable from 2.8.9 to 2.9.0 in /functions Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.9 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.9...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- functions/Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/functions/Gemfile.lock b/functions/Gemfile.lock index 4db93516e..d0cb5676f 100644 --- a/functions/Gemfile.lock +++ b/functions/Gemfile.lock @@ -1,12 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.9) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) benchmark (0.5.0) bigdecimal (3.3.1) builder (3.2.4) + cgi (0.5.1) cloud_events (0.7.1) concurrent-ruby (1.3.6) declarative (0.0.20) @@ -174,7 +175,8 @@ PLATFORMS x86_64-linux DEPENDENCIES - benchmark + benchmark (~> 0.4) + cgi (~> 0.5) functions_framework (~> 1.4, >= 1.4.1) google-apis-kgsearch_v1 (~> 0.13) google-cloud-bigquery (~> 1.45)