From ae507ce62ff6f4a52f54e271b510e1698c5868e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 17:43:27 +0000 Subject: [PATCH] Bump rack from 3.2.1 to 3.2.2 in the bundler group across 1 directory Bumps the bundler group with 1 update in the / directory: [rack](https://github.com/rack/rack). Updates `rack` from 3.2.1 to 3.2.2 - [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/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: rack dependency-version: 3.2.2 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c8fb652..a4a3aed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,6 +102,7 @@ GEM factory_bot (~> 6.5) railties (>= 6.1.0) ffi (1.17.2-aarch64-linux-gnu) + ffi (1.17.2-x86_64-linux-gnu) globalid (1.2.1) activesupport (>= 6.1) i18n (1.14.7) @@ -145,7 +146,10 @@ GEM nio4r (2.7.4) nokogiri (1.18.10-aarch64-linux-gnu) racc (~> 1.4) + nokogiri (1.18.10-x86_64-linux-gnu) + racc (~> 1.4) pg (1.6.2-aarch64-linux) + pg (1.6.2-x86_64-linux) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -155,7 +159,7 @@ GEM puma (7.0.3) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.1) + rack (3.2.2) rack-cors (3.0.0) logger rack (>= 3.0.14) @@ -240,6 +244,7 @@ GEM PLATFORMS aarch64-linux + x86_64-linux DEPENDENCIES bcrypt (~> 3.1.7)