From 9a0600e3c9826be4065ce1588d138265bec696b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:16:18 +0000 Subject: [PATCH] Bump rack from 2.2.6.4 to 3.0.9.1 Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 3.0.9.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/v2.2.6.4...v3.0.9.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 29f3111..7519d24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -240,9 +240,12 @@ GEM forwardable-extended (~> 2.6) public_suffix (5.0.4) racc (1.7.3) - rack (2.2.6.4) - rack-protection (3.0.4) - rack + rack (3.0.9.1) + rack-protection (4.0.0) + base64 (>= 0.1.0) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -261,16 +264,17 @@ GEM faraday (>= 0.17.3, < 3) simpleidn (0.2.1) unf (~> 0.1.4) - sinatra (3.0.4) + sinatra (4.0.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.4) + rack (>= 3.0.0, < 4) + rack-protection (= 4.0.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (3.0.4) - multi_json + sinatra-contrib (4.0.0) + multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 3.0.4) - sinatra (= 3.0.4) + rack-protection (= 4.0.0) + sinatra (= 4.0.0) tilt (~> 2.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1)