From 1e4a27149e0857949c2a8462b2e7e8e88b633014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 07:46:50 +0000 Subject: [PATCH] build(deps): Bump addressable from 2.8.1 to 2.9.0 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] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 57adcd5ab..13a980751 100644 --- a/Gemfile.lock +++ b/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) claide (1.1.0) claide-plugins (0.9.2) cork @@ -67,7 +67,7 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) open4 (1.3.4) - public_suffix (5.0.1) + public_suffix (7.0.5) rake (13.0.6) rchardet (1.8.0) rexml (3.3.9)