From 11c88ec6ec509ed699659dda98087e437719ef35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:11:29 +0000 Subject: [PATCH] Bump rack from 1.6.11 to 2.2.11 Bumps [rack](https://github.com/rack/rack) from 1.6.11 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.11...v2.2.11) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0ed1f9e..b83b2e4 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.15.0) + base64 (0.2.0) colorator (1.1.0) concurrent-ruby (1.1.5) em-websocket (0.5.1) @@ -28,11 +28,10 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - jekyll-admin (0.8.1) - addressable (~> 2.4) - jekyll (~> 3.3) - sinatra (~> 1.4) - sinatra-contrib (~> 1.4) + jekyll-admin (0.11.1) + jekyll (>= 3.7, < 5.0) + sinatra (>= 1.4) + sinatra-contrib (>= 1.4) jekyll-paginate (1.1.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) @@ -49,18 +48,20 @@ GEM ruby_dep (~> 1.2) mercenary (0.3.6) multi_json (1.13.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.11) - 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) @@ -68,17 +69,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.9) PLATFORMS