From 12b38da2c997401b7fa4a95cd955aecaa2dffff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 23:42:18 +0000 Subject: [PATCH] chore(deps): bump rack from 2.0.1 to 3.0.6.1 in /apps/grape Bumps [rack](https://github.com/rack/rack) from 2.0.1 to 3.0.6.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/2.0.1...v3.0.6.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- apps/grape/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/grape/Gemfile.lock b/apps/grape/Gemfile.lock index 49f0977..39e9fd6 100644 --- a/apps/grape/Gemfile.lock +++ b/apps/grape/Gemfile.lock @@ -37,7 +37,7 @@ GEM tool (~> 0.2) mustermann-grape (0.4.0) mustermann (= 0.4.0) - rack (2.0.1) + rack (3.0.6.1) rack-accept (0.4.5) rack (>= 0.4) thread_safe (0.3.5)