From ae41c5878e8a3ff25cfe481092055503145b07ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 16:29:32 +0000 Subject: [PATCH] Bump sinatra from 1.4.8 to 4.1.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.8 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v1.4.8...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 49 ++++++++++++++++++++++++++++++------------------- 2 files changed, 31 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index 7cec5748..6e8239e4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'sinatra', '~> 1.4', '< 2' +gem 'sinatra', '~> 4.1' gem 'sinatra-contrib' gem 'sinatra-cors' gem 'sinatra-param' diff --git a/Gemfile.lock b/Gemfile.lock index 558124ea..eb04da56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT GEM remote: https://rubygems.org/ specs: - backports (3.20.2) + base64 (0.3.0) byebug (11.1.3) chef-utils (18.3.0) concurrent-ruby @@ -26,6 +26,7 @@ GEM domain_name (~> 0.5) json (2.6.1) kgio (2.11.3) + logger (1.7.0) method_source (1.0.0) mime-types (3.3.1) mime-types-data (~> 3.2015) @@ -34,6 +35,8 @@ GEM chef-utils mixlib-versioning (1.1.0) multi_json (1.15.0) + mustermann (3.0.4) + ruby2_keywords (~> 0.0.1) netrc (0.11.0) pry (0.13.1) coderay (~> 1.1) @@ -41,11 +44,16 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - rack (1.6.13) - rack-protection (1.5.5) - rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack (3.2.0) + 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) + rack-test (2.2.0) + rack (>= 1.3) raindrops (0.19.1) rake (13.0.6) rb-readline (0.5.5) @@ -77,23 +85,26 @@ GEM rspec-support (3.10.3) rspec_junit_formatter (0.5.1) rspec-core (>= 2, < 4, != 2.12.0) - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - sinatra-contrib (1.4.7) - backports (>= 2.0) - multi_json - rack-protection - rack-test - sinatra (~> 1.4.0) - tilt (>= 1.3, < 3) + ruby2_keywords (0.0.5) + 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 (4.1.0) + multi_json (>= 0.0.2) + mustermann (~> 3.0) + rack-protection (= 4.1.0) + sinatra (= 4.1.0) + tilt (~> 2.0) sinatra-cors (1.2.0) sinatra-param (1.6.0) sinatra (>= 1.3) statsd-ruby (1.5.0) thor (1.3.0) - tilt (2.0.10) + tilt (2.6.1) trashed (3.2.7) statsd-ruby (~> 1.1) unf (0.1.4) @@ -123,7 +134,7 @@ DEPENDENCIES rspec-legacy_formatters rspec-rerun (~> 1.1.0) rspec_junit_formatter - sinatra (~> 1.4, < 2) + sinatra (~> 4.1) sinatra-contrib sinatra-cors sinatra-param