From 12f04fb2e025076baa2e3b92f365adf5e556d1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:54:52 +0000 Subject: [PATCH] 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: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3dfd6ddf..ba7bef3c 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" ruby "~> 3.4.0" gem "activesupport", "~> 7.2" -gem "addressable", "~> 2.8" +gem "addressable", "~> 2.9" gem "aws-sdk-guardduty", "~> 1.62" gem "aws-sdk-inspector", "~> 1.44" gem "aws-sdk-inspector2", "~> 1.10" diff --git a/Gemfile.lock b/Gemfile.lock index 5aa33d23..7ac95592 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM minitest (>= 5.1, < 6) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - addressable (2.8.9) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) aws-eventstream (1.4.0) @@ -247,7 +247,7 @@ PLATFORMS DEPENDENCIES activesupport (~> 7.2) - addressable (~> 2.8) + addressable (~> 2.9) aws-sdk-guardduty (~> 1.62) aws-sdk-inspector (~> 1.44) aws-sdk-inspector2 (~> 1.10)