From 9cb9bdf3303ee01d9d7446ba696fc9c55a44c377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:41:38 +0000 Subject: [PATCH] build(deps-dev): bump addressable in /endpoints/getting-started Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.6 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.6...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- endpoints/getting-started/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/endpoints/getting-started/Gemfile.lock b/endpoints/getting-started/Gemfile.lock index 396b9192d..785054f30 100644 --- a/endpoints/getting-started/Gemfile.lock +++ b/endpoints/getting-started/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) base64 (0.2.0) diff-lcs (1.5.1) domain_name (0.6.20240107) @@ -25,7 +25,7 @@ GEM net-http (0.4.1) uri netrc (0.11.0) - public_suffix (5.0.4) + public_suffix (7.0.5) rack (3.1.18) rack-protection (4.0.0) base64 (>= 0.1.0)