From 35e9905046fd405a37b810caab1bb4ca1b57aed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 11:34:21 +0000 Subject: [PATCH] Bump sinatra from 2.2.4 to 4.1.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.4 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.2.4...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.1.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 824bc27..43ad395 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -241,7 +241,7 @@ GEM minitest (5.15.0) multi_json (1.15.0) multipart-post (2.4.1) - mustermann (2.0.2) + mustermann (3.0.3) ruby2_keywords (~> 0.0.1) nokogiri (1.12.5-x86_64-linux) racc (~> 1.4) @@ -252,9 +252,14 @@ GEM forwardable-extended (~> 2.6) public_suffix (4.0.7) racc (1.8.1) - rack (2.2.17) - rack-protection (2.2.4) - rack + rack (3.1.16) + rack-protection (4.1.0) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.1.1) + base64 (>= 0.1.0) + rack (>= 3.0.0) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) @@ -274,16 +279,18 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) simpleidn (0.2.3) - sinatra (2.2.4) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.4) + 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 (2.2.4) - multi_json - mustermann (~> 2.0) - rack-protection (= 2.2.4) - sinatra (= 2.2.4) + 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) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1)