From 825eaa2a6628e3d779322b9cedd94a52e57db396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 14:56:11 +1300 Subject: [PATCH] Bump rack from 2.2.6.4 to 2.2.8.1 in /features/hanami-app (#198) Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.8.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/v2.2.6.4...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- features/hanami-app/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/hanami-app/Gemfile.lock b/features/hanami-app/Gemfile.lock index 09c9a28b..8da0635b 100644 --- a/features/hanami-app/Gemfile.lock +++ b/features/hanami-app/Gemfile.lock @@ -112,7 +112,7 @@ GEM nokogiri (1.10.10) mini_portile2 (~> 2.4.0) public_suffix (4.0.6) - rack (2.2.6.4) + rack (2.2.8.1) rack-test (1.1.0) rack (>= 1.0, < 3) rake (13.0.1)