From 4a53f5b9cfd21d1c6f12dd5c20c43135e70e90bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 18:28:52 +0000 Subject: [PATCH] Bump sinatra from 3.0.4 to 4.1.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.0.4 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.0.4...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eb0409a..1145f3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) + base64 (0.2.0) colorator (1.1.0) concurrent-ruby (1.1.10) em-websocket (0.5.3) @@ -51,16 +52,21 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.1) mercenary (0.4.0) multi_json (1.15.0) - mustermann (3.0.0) + mustermann (3.0.3) ruby2_keywords (~> 0.0.1) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.0) - rack (2.2.6.4) - rack-protection (3.0.4) - rack + 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.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -70,20 +76,22 @@ GEM safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) - sinatra (3.0.4) + sinatra (4.1.0) + logger (>= 1.6.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.4) + rack (>= 3.0.0, < 4) + rack-protection (= 4.1.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (3.0.4) - multi_json + sinatra-contrib (4.1.0) + multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 3.0.4) - sinatra (= 3.0.4) + rack-protection (= 4.1.0) + sinatra (= 4.1.0) tilt (~> 2.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - tilt (2.0.11) + tilt (2.4.0) unicode-display_width (2.3.0) webrick (1.8.2)