From 1dca9855d1ed3eb2cc2a50a61438527142965cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 21:41:21 +0000 Subject: [PATCH] Bump rack from 3.0.4.1 to 3.0.6.1 Bumps [rack](https://github.com/rack/rack) from 3.0.4.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/v3.0.4.1...v3.0.6.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 21fff0c..83b80f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,7 +132,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.1) - rack (3.0.4.1) + rack (3.0.6.1) rack-test (2.0.2) rack (>= 1.3) rake (10.5.0)