From fe25ad267b003bc87f31e8dc892bf08c3141cf99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 01:20:58 +0000 Subject: [PATCH] Bump rack from 2.2.4 to 2.2.6.2 Bumps [rack](https://github.com/rack/rack) from 2.2.4 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/2.2.4...v2.2.6.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4ea730f..3dd45fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,13 +182,15 @@ GEM method_source (1.0.0) mini_magick (4.11.0) mini_mime (1.1.2) + mini_portile2 (2.8.1) minitest (5.16.3) msgpack (1.5.3) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.1.1) nio4r (2.5.8) - nokogiri (1.13.8-x86_64-darwin) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) racc (~> 1.4) oauth (0.5.4) oauth2 (1.4.2) @@ -230,7 +232,7 @@ GEM nio4r (~> 2.0) quilt (0.1.0) racc (1.6.0) - rack (2.2.4) + rack (2.2.6.2) rack-attack (6.3.1) rack (>= 1.0, < 3) rack-test (2.0.2)