From 4462d6144f4a476626353f4b64c77ec5938ea7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:00:05 +0000 Subject: [PATCH] Bump sinatra from 4.1.0 to 4.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.1.0 to 4.2.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4da7522..88d54c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - base64 (0.2.0) + base64 (0.3.0) coveralls_reborn (0.24.0) simplecov (>= 0.18.1, < 0.22.0) term-ansicolor (~> 1.6) @@ -14,16 +14,16 @@ GEM diff-lcs (1.4.4) docile (1.4.0) hashdiff (1.0.1) - logger (1.6.1) + logger (1.7.0) multi_json (1.15.0) - mustermann (3.0.3) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) nio4r (2.7.3) public_suffix (4.0.6) puma (6.4.3) nio4r (~> 2.0) - rack (3.1.18) - rack-protection (4.1.0) + rack (3.2.3) + rack-protection (4.2.0) base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4) @@ -55,24 +55,24 @@ GEM simplecov-html (0.12.3) simplecov-lcov (0.8.0) simplecov_json_formatter (0.1.4) - sinatra (4.1.0) + sinatra (4.2.0) logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.1.0) + rack-protection (= 4.2.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (4.1.0) + sinatra-contrib (4.2.0) multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 4.1.0) - sinatra (= 4.1.0) + rack-protection (= 4.2.0) + sinatra (= 4.2.0) tilt (~> 2.0) sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) thor (1.4.0) - tilt (2.4.0) + tilt (2.6.1) tins (1.31.1) sync webmock (3.13.0)