From 172b0aa793650d6b333bd3d12fa8b682bfe3d5ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:53:21 +0000 Subject: [PATCH] chore(deps): bump sinatra from 4.1.0 to 4.2.0 in /with-sinatra 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] --- with-sinatra/Gemfile.lock | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/with-sinatra/Gemfile.lock b/with-sinatra/Gemfile.lock index 442e12b0..6d46a136 100644 --- a/with-sinatra/Gemfile.lock +++ b/with-sinatra/Gemfile.lock @@ -1,36 +1,37 @@ GEM remote: https://rubygems.org/ specs: - base64 (0.2.0) + base64 (0.3.0) httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - logger (1.6.1) + logger (1.7.0) mini_mime (1.1.5) multi_xml (0.6.0) - mustermann (3.0.3) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) nio4r (2.7.3) puma (6.4.3) nio4r (~> 2.0) - rack (3.1.8) - 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) - rack-session (2.0.0) + rack-session (2.1.1) + base64 (>= 0.1.0) rack (>= 3.0.0) resend (0.10.0) httparty (>= 0.19.1) ruby2_keywords (0.0.5) - 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) - tilt (2.4.0) + tilt (2.6.1) PLATFORMS x86_64-linux