From 3e2216926c5572e1b52a827a5e503d25293e6298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:13:10 +0000 Subject: [PATCH] Bump rack from 1.6.13 to 2.2.11 Bumps [rack](https://github.com/rack/rack) from 1.6.13 to 2.2.11. - [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.13...v2.2.11) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 25c208a..b369d59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - backports (3.17.1) + base64 (0.2.0) colorator (1.1.0) concurrent-ruby (1.1.5) em-websocket (0.5.1) @@ -28,10 +28,10 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - jekyll-admin (0.10.1) + jekyll-admin (0.11.1) jekyll (>= 3.7, < 5.0) - sinatra (~> 1.4) - sinatra-contrib (~> 1.4) + sinatra (>= 1.4) + sinatra-contrib (>= 1.4) jekyll-feed (0.12.1) jekyll (>= 3.7, < 5.0) jekyll-sass-converter (1.5.2) @@ -54,18 +54,20 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) multi_json (1.14.1) + mustermann (3.0.3) + ruby2_keywords (~> 0.0.1) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (3.0.3) - rack (1.6.13) - rack-protection (1.5.5) - rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack (2.2.11) + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) rouge (3.3.0) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) safe_yaml (1.0.5) sass (3.7.4) @@ -73,17 +75,17 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - sinatra-contrib (1.4.7) - backports (>= 2.0) - multi_json - rack-protection - rack-test - sinatra (~> 1.4.0) - tilt (>= 1.3, < 3) + sinatra (3.2.0) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.2.0) + tilt (~> 2.0) + sinatra-contrib (3.2.0) + multi_json (>= 0.0.2) + mustermann (~> 3.0) + rack-protection (= 3.2.0) + sinatra (= 3.2.0) + tilt (~> 2.0) tilt (2.0.10) PLATFORMS