From 732638a4219369a20ad301633ae23df8517cf7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 03:06:27 +0000 Subject: [PATCH] Bump rack from 1.6.10 to 2.2.6.2 Bumps [rack](https://github.com/rack/rack) from 1.6.10 to 2.2.6.2. - [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/1.6.10...v2.2.6.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bd23b7e..c2eca75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,20 +12,24 @@ GEM byebug (9.0.5) json (1.8.3) minitest (5.9.0) - rack (1.6.10) - rack-protection (1.5.5) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) + rack (2.2.6.2) + rack-protection (3.0.5) rack rack-test (0.6.2) rack (>= 1.0) rake (10.5.0) + ruby2_keywords (0.0.5) rugged (0.24.0) shotgun (0.9.1) rack (>= 1.0) - sinatra (1.4.7) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - tilt (2.0.5) + sinatra (3.0.5) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.5) + tilt (~> 2.0) + tilt (2.0.11) PLATFORMS ruby