From 1bef5e52883321a9f3e1d9b055b614375fb5c1a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:39:32 +0000 Subject: [PATCH] Bump sinatra from 1.4.8 to 4.1.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.8 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v1.4.8...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 50 +++++++++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 21 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 25c208a..49bc142 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) @@ -48,24 +48,30 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) + logger (1.6.1) mercenary (0.3.6) minima (2.5.0) jekyll (~> 3.5) 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 (3.1.8) + rack-protection (4.1.0) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) 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,18 +79,20 @@ 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) - tilt (2.0.10) + sinatra (4.1.0) + logger (>= 1.6.0) + mustermann (~> 3.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.1.0) + rack-session (>= 2.0.0, < 3) + tilt (~> 2.0) + sinatra-contrib (4.1.0) + multi_json (>= 0.0.2) + mustermann (~> 3.0) + rack-protection (= 4.1.0) + sinatra (= 4.1.0) + tilt (~> 2.0) + tilt (2.4.0) PLATFORMS ruby