From e9473a5b1d0c505598166ca713348c9661fc7102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 00:39:42 +0000 Subject: [PATCH] build(deps): bump rack in /test/preflight/fixtures/example-buildpack Bumps [rack](https://github.com/rack/rack) from 3.2.1 to 3.2.3. - [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.3) --- updated-dependencies: - dependency-name: rack dependency-version: 3.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/preflight/fixtures/example-buildpack/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/preflight/fixtures/example-buildpack/Gemfile.lock b/test/preflight/fixtures/example-buildpack/Gemfile.lock index 0543b4768e..30628535fe 100644 --- a/test/preflight/fixtures/example-buildpack/Gemfile.lock +++ b/test/preflight/fixtures/example-buildpack/Gemfile.lock @@ -8,9 +8,7 @@ GEM nio4r (2.7.4) puma (6.5.0) nio4r (~> 2.0) - rack (3.2.1) - rackup (2.2.1) - rack (>= 3) + rack (3.2.3) rack-protection (4.1.1) base64 (>= 0.1.0) logger (>= 1.6.0) @@ -18,6 +16,8 @@ GEM rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) + rackup (2.2.1) + rack (>= 3) ruby2_keywords (0.0.5) sinatra (4.1.1) logger (>= 1.6.0)