From b7c29f235e0a6b7b528ed732f4666b9406f721c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 00:38:14 +0000 Subject: [PATCH] Bump sinatra from 3.2.0 to 4.0.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.2.0 to 4.0.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 36fd853..7222953 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,10 +38,12 @@ GEM public_suffix (5.0.3) puma (6.4.2) nio4r (~> 2.0) - rack (2.2.8) - rack-protection (3.2.0) + rack (3.0.8) + rack-protection (4.0.0) base64 (>= 0.1.0) - rack (~> 2.2, >= 2.2.4) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) rexml (3.2.6) @@ -64,10 +66,11 @@ GEM ruby2_keywords (0.0.5) sentry-ruby (5.16.1) concurrent-ruby (~> 1.0, >= 1.0.2) - sinatra (3.2.0) + sinatra (4.0.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.2.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.0.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) tilt (2.3.0) uri (0.13.0)