From ac4bd82f8703332f8ca9c257d132e8efbf27af74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:39:25 +0000 Subject: [PATCH] chore(deps): bump the ruby group with 2 updates Bumps the ruby group with 2 updates: [addressable](https://github.com/sporkmonger/addressable) and [public_suffix](https://github.com/weppos/publicsuffix-ruby). Updates `addressable` from 2.8.7 to 2.8.8 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.7...addressable-2.8.8) Updates `public_suffix` from 6.0.2 to 7.0.0 - [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/weppos/publicsuffix-ruby/compare/v6.0.2...v7.0.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.8.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: public_suffix dependency-version: 7.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7b59593b..f4f54491 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,8 +32,8 @@ GIT GEM remote: https://rubygems.org/ specs: - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) bigdecimal (3.3.1) brotli (0.7.0) @@ -100,7 +100,7 @@ GEM nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) parallel (1.27.0) - public_suffix (6.0.2) + public_suffix (7.0.0) puppeteer-ruby (0.45.6) concurrent-ruby (>= 1.1, < 1.4) mime-types (>= 3.0)