From 2e800c18e188bcd05f778a59c045c1d7793195e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 07:14:33 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 2 updates Bumps the bundler group with 2 updates in the /_gems/jekyll-assets directory: [addressable](https://github.com/sporkmonger/addressable) and [rack](https://github.com/rack/rack). Updates `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) Updates `rack` from 2.2.20 to 2.2.23 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.20...v2.2.23) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect dependency-group: bundler - dependency-name: rack dependency-version: 2.2.23 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- _gems/jekyll-assets/Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_gems/jekyll-assets/Gemfile.lock b/_gems/jekyll-assets/Gemfile.lock index 2c54da2243..b68426e763 100644 --- a/_gems/jekyll-assets/Gemfile.lock +++ b/_gems/jekyll-assets/Gemfile.lock @@ -36,8 +36,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) ast (2.4.2) autoprefixer-rails (10.4.13.0) execjs (~> 2) @@ -147,9 +147,9 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.1) + public_suffix (5.1.1) racc (1.8.1) - rack (2.2.20) + rack (2.2.23) rack-test (2.1.0) rack (>= 1.3) rails-dom-testing (2.2.0)