From 9f51cb65053cf894c2b4831d09f1dd50d17aa0a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:51:51 +0000 Subject: [PATCH] Bump sinatra from 2.1.0 to 4.2.0 in /client Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 to 4.2.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.1.0...v4.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/Gemfile.lock | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/client/Gemfile.lock b/client/Gemfile.lock index 6e0ab146..04314ae7 100644 --- a/client/Gemfile.lock +++ b/client/Gemfile.lock @@ -7,17 +7,24 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) + base64 (0.3.0) concurrent-ruby (1.1.7) diff-lcs (1.4.4) highline (2.0.3) i18n (1.8.5) concurrent-ruby (~> 1.0) + logger (1.7.0) minitest (5.14.2) - mustermann (1.1.1) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) - rack (2.2.3) - rack-protection (2.1.0) - rack + rack (3.2.3) + rack-protection (4.2.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) rake (13.0.1) rspec (3.10.0) rspec-core (~> 3.10.0) @@ -32,14 +39,16 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.0) - ruby2_keywords (0.0.2) - sinatra (2.1.0) - mustermann (~> 1.0) - rack (~> 2.2) - rack-protection (= 2.1.0) + ruby2_keywords (0.0.5) + sinatra (4.2.0) + logger (>= 1.6.0) + mustermann (~> 3.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.2.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) thread_safe (0.3.6) - tilt (2.0.10) + tilt (2.6.1) tzinfo (1.2.8) thread_safe (~> 0.1) yajl-ruby (1.4.1)