From 7acb361efb14a26fa2a07288a1cf98d363e39a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:55:13 +0000 Subject: [PATCH] deps(bundler): bump addressable from 2.8.0 to 2.9.0 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.0 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.0...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 705df284..c0f07448 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) chef-utils (18.8.54) concurrent-ruby concurrent-ruby (1.3.5) @@ -39,7 +39,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.22.1) - public_suffix (4.0.7) + public_suffix (7.0.5) racc (1.8.1) rainbow (3.1.1) rexml (3.4.4)