From 4b00a4ed881bbf2fc8fce09bafc40be65915be6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:19:44 +0000 Subject: [PATCH] Bump rack from 3.0.9 to 3.0.9.1 in /app Bumps [rack](https://github.com/rack/rack) from 3.0.9 to 3.0.9.1. - [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.0.9...v3.0.9.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Gemfile.lock b/app/Gemfile.lock index 267365a..c85f2c4 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -7,7 +7,7 @@ GEM nio4r (2.7.0) puma (6.4.2) nio4r (~> 2.0) - rack (3.0.9) + rack (3.0.9.1) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4)