From 08326d023c67fd3b7a0a3c0d6b5258ec729d587f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 07:51:41 +0000 Subject: [PATCH] Bump addressable from 2.8.1 to 2.9.0 in /_testing/setup-ruby Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.1 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.1...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- _testing/setup-ruby/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_testing/setup-ruby/Gemfile.lock b/_testing/setup-ruby/Gemfile.lock index 72876e8..f022297 100644 --- a/_testing/setup-ruby/Gemfile.lock +++ b/_testing/setup-ruby/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) faraday (2.7.3) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) @@ -10,7 +10,7 @@ GEM octokit (6.0.1) faraday (>= 1, < 3) sawyer (~> 0.9) - public_suffix (5.0.1) + public_suffix (7.0.5) ruby2_keywords (0.0.5) sawyer (0.9.2) addressable (>= 2.3.5)