From 3444ba51ead9c0f8a93738745441ee536182b079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:58:33 +0000 Subject: [PATCH] Bump sinatra from 2.2.4 to 4.1.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.4 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.2.4...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 27 +++++++++++++++++---------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 258757a..a5bb3b8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'activesupport', '>= 5.2.4.3' -gem 'sinatra', '~> 2.2.0' +gem 'sinatra', '~> 4.1.0' gem "puma", ">= 5.6.4" diff --git a/Gemfile.lock b/Gemfile.lock index e538870..1621d72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,9 +19,10 @@ GEM drb (2.2.1) i18n (1.14.4) concurrent-ruby (~> 1.0) + logger (1.6.1) method_source (1.0.0) minitest (5.22.3) - mustermann (2.0.2) + mustermann (3.0.3) ruby2_keywords (~> 0.0.1) mutex_m (0.2.0) nio4r (2.7.0) @@ -33,17 +34,23 @@ GEM slop (~> 3.0) puma (6.4.2) nio4r (~> 2.0) - rack (2.2.8.1) - rack-protection (2.2.4) - rack + rack (3.1.8) + rack-protection (4.1.0) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) ruby2_keywords (0.0.5) - sinatra (2.2.4) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.4) + 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) slop (3.6.0) - tilt (2.3.0) + tilt (2.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -56,7 +63,7 @@ DEPENDENCIES pry pry-remote puma (>= 5.6.4) - sinatra (~> 2.2.0) + sinatra (~> 4.1.0) BUNDLED WITH 2.5.3