From 8498ea7bf501c4ee97dd61a55db6fdaef4fbeb98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 06:45:53 +0000 Subject: [PATCH] Bump addressable from 2.8.5 to 2.9.0 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] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6589685..d6ee01e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,8 +8,8 @@ PATH 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) ast (2.4.2) crack (0.4.5) rexml @@ -29,7 +29,7 @@ GEM parser (3.2.2.3) ast (~> 2.4.1) racc - public_suffix (5.0.3) + public_suffix (7.0.5) racc (1.7.1) rainbow (3.1.1) regexp_parser (2.8.1)