From b11291a080afa01145068b9452ac947bc392e287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 21:42:02 +0000 Subject: [PATCH] Bump rack from 2.2.3 to 2.2.6.2 Bumps [rack](https://github.com/rack/rack) from 2.2.3 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.3...v2.2.6.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f8cb856..c360e34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,9 +97,11 @@ GEM nio4r (2.5.8) nokogiri (1.13.0-x86_64-darwin) racc (~> 1.4) + nokogiri (1.13.0-x86_64-linux) + racc (~> 1.4) pagy (5.7.1) racc (1.6.0) - rack (2.2.3) + rack (2.2.6.2) rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.1.4.4) @@ -174,6 +176,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES coveralls (~> 0.8)