From 520e4af52d15747f1775e1f6b7bff8c241252550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 01:38:45 +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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d4f6cbf..d0003c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,6 +114,7 @@ GEM faraday-retry (1.0.3) faraday_middleware (1.2.0) faraday (~> 1.0) + ffi (1.15.5) ffi (1.15.5-x64-mingw32) geom2d (0.3.1) globalid (1.0.0) @@ -145,12 +146,14 @@ GEM nio4r (2.5.8) nokogiri (1.13.9-x64-mingw32) racc (~> 1.4) + nokogiri (1.13.9-x86_64-linux) + racc (~> 1.4) os (1.1.4) parslet (2.0.0) public_suffix (5.0.0) puma (3.12.6) racc (1.6.0) - rack (2.2.4) + rack (2.2.6.2) rack-test (2.0.2) rack (>= 1.3) rails (5.2.8.1) @@ -211,6 +214,7 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) sqlite3 (1.5.3-x64-mingw32) + sqlite3 (1.5.3-x86_64-linux) thor (1.2.1) thread_safe (0.3.6) tilt (2.0.11) @@ -242,6 +246,7 @@ GEM PLATFORMS x64-mingw32 + x86_64-linux DEPENDENCIES actionview (>= 5.2.4.2)