From 7542a62fb2efb88bf0ede634e4b88966271a8377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 02:25:41 +0000 Subject: [PATCH] Bump sinatra from 4.0.0 to 4.1.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 5700b48..dc126a2 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "rubocop", "~> 1.21" gem "rubocop-performance", "~> 1.21" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 3.0" -gem "sinatra", "~> 4.0.0" +gem "sinatra", "~> 4.1.0" # for missing dependency of rack-protection gem "logger", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 2eeb5ce..b91c93d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,7 @@ GEM language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - mustermann (3.0.0) + mustermann (3.0.3) ruby2_keywords (~> 0.0.1) parallel (1.27.0) parser (3.3.8.0) @@ -26,8 +26,9 @@ GEM racc (1.8.1) racc (1.8.1-java) rack (3.1.14) - rack-protection (4.0.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) @@ -74,13 +75,14 @@ GEM rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - sinatra (4.0.0) + sinatra (4.1.0) + logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.0.0) + rack-protection (= 4.1.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.4.0) + tilt (2.6.0) unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) @@ -104,7 +106,7 @@ DEPENDENCIES rubocop-performance (~> 1.21) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 3.0) - sinatra (~> 4.0.0) + sinatra (~> 4.1.0) BUNDLED WITH 2.5.14