From bec9afa1ef919401285e280558cd26e14d76d3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:02:17 +0000 Subject: [PATCH] Bump sinatra from 4.1.1 to 4.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index b306762..68c520f 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,6 @@ gem "rake", "~> 13.2" gem "rubocop", "~> 1.73" gem "rubocop-minitest", "~> 0.36" gem "rubocop-rake", "~> 0.6" -gem "sinatra", "~> 4.1" +gem "sinatra", "~> 4.2" gem "webmock", "~> 3.25" gem "webrick", "~> 1.9" diff --git a/Gemfile.lock b/Gemfile.lock index c1ec855..4430d32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) - base64 (0.2.0) + base64 (0.3.0) bigdecimal (3.1.9) concurrent-ruby (1.3.5) crack (1.0.0) @@ -44,9 +44,9 @@ GEM json (2.10.1) language_server-protocol (3.17.0.4) lint_roller (1.1.0) - logger (1.6.6) + logger (1.7.0) minitest (5.25.4) - mustermann (3.0.3) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) nokogiri (1.18.3-arm64-darwin) racc (~> 1.4) @@ -64,12 +64,12 @@ GEM stringio public_suffix (6.0.1) racc (1.8.1) - rack (3.1.12) - rack-protection (4.1.1) + 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.1.0) + rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rackup (2.2.1) @@ -104,15 +104,15 @@ GEM rubocop (>= 1.72.1) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - sinatra (4.1.1) + sinatra (4.2.0) logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.1.1) + rack-protection (= 4.2.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) stringio (3.1.5) - tilt (2.6.0) + tilt (2.6.1) typhoeus (1.4.1) ethon (>= 0.9.0) unicode-display_width (3.1.4) @@ -145,7 +145,7 @@ DEPENDENCIES rubocop (~> 1.73) rubocop-minitest (~> 0.36) rubocop-rake (~> 0.6) - sinatra (~> 4.1) + sinatra (~> 4.2) webmock (~> 3.25) webrick (~> 1.9)