From df3de561d4734f7a319c2ddf24a844f0a1273adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:52:30 +0000 Subject: [PATCH] build(deps): bump sinatra from 3.2.0 to 4.2.1 Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.2.0 to 4.2.1. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.2.0...v4.2.1) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 36 +++++++++++++++++++----------------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 6c9b2b672d5..2b808131aa8 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'redis' gem 'rubyzip', '>= 1.3.0' gem 'sequel', '~> 5.98' gem 'sequel_pg', require: 'sequel' -gem 'sinatra', '~> 3.2' +gem 'sinatra', '~> 4.2' gem 'sinatra-contrib' gem 'statsd-ruby', '~> 1.5.0' gem 'steno' diff --git a/Gemfile.lock b/Gemfile.lock index 907d27b0c21..018b39e5f00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -319,7 +319,7 @@ GEM multipart-parser (0.1.1) multipart-post (2.4.1) mustache (1.1.1) - mustermann (3.0.0) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) mutex_m (0.3.0) mysql2 (0.5.7) @@ -372,17 +372,18 @@ GEM puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) - rack (2.2.20) - rack-protection (3.2.0) + rack (3.2.4) + rack-protection (4.2.1) base64 (>= 0.1.0) - rack (~> 2.2, >= 2.2.4) - rack-session (1.0.2) - rack (< 3) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.1.1) + base64 (>= 0.1.0) + rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (1.0.1) - rack (< 3) - webrick + rackup (2.2.1) + rack (>= 3) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest @@ -524,16 +525,18 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sinatra (3.2.0) + sinatra (4.2.1) + logger (>= 1.6.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.2.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.2.1) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (3.2.0) + sinatra-contrib (4.2.1) multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 3.2.0) - sinatra (= 3.2.0) + rack-protection (= 4.2.1) + sinatra (= 4.2.1) tilt (~> 2.0) solargraph (0.57.0) backport (~> 1.2) @@ -594,7 +597,6 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.9.1) xml-simple (1.1.9) rexml yajl-ruby (1.4.3) @@ -683,7 +685,7 @@ DEPENDENCIES rubyzip (>= 1.3.0) sequel (~> 5.98) sequel_pg - sinatra (~> 3.2) + sinatra (~> 4.2) sinatra-contrib solargraph spork!