From 6ec3776b39a3dd433a1cd6e575d3897e0f7719d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:10:51 +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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 9e82a0e..deab38f 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "puma", "~> 6.6" -gem "sinatra", "~> 4.1" +gem "sinatra", "~> 4.2" gem "cowsay", "~> 0.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index c43125a..142b93e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,13 +4,13 @@ GEM base64 (0.3.0) cowsay (0.3.0) logger (1.7.0) - mustermann (3.0.3) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) nio4r (2.7.4) puma (6.6.0) nio4r (~> 2.0) - rack (3.1.16) - rack-protection (4.1.1) + rack (3.2.2) + rack-protection (4.2.0) base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4) @@ -20,11 +20,11 @@ GEM rackup (2.2.1) rack (>= 3) 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) tilt (2.6.1) @@ -37,7 +37,7 @@ DEPENDENCIES cowsay (~> 0.3.0) puma (~> 6.6) rackup (~> 2.2) - sinatra (~> 4.1) + sinatra (~> 4.2) RUBY VERSION ruby 3.4.5p51