From c0763d678641b6c5bab3899cba83bcc78dc85347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:16:05 +0000 Subject: [PATCH] build(deps): bump addressable in /functions/typed/googlechatbot 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] --- functions/typed/googlechatbot/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/typed/googlechatbot/Gemfile.lock b/functions/typed/googlechatbot/Gemfile.lock index 278bb64d2..67cddb0ee 100644 --- a/functions/typed/googlechatbot/Gemfile.lock +++ b/functions/typed/googlechatbot/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) cloud_events (0.7.1) declarative (0.0.20) @@ -46,7 +46,7 @@ GEM multipart-post (2.3.0) nio4r (2.7.0) os (1.1.4) - public_suffix (5.0.3) + public_suffix (7.0.5) puma (6.4.2) nio4r (~> 2.0) rack (3.0.9.1)