From 4df654833cf12f71b42ec1f3b4eb1daac3f4d25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 23:41:25 +0000 Subject: [PATCH] Bump sinatra from 1.4.7 to 3.0.4 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.7 to 3.0.4. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v1.4.7...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bd23b7e..6d01fe4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,20 +12,24 @@ GEM byebug (9.0.5) json (1.8.3) minitest (5.9.0) - rack (1.6.10) - rack-protection (1.5.5) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) + rack (2.2.4) + rack-protection (3.0.4) rack rack-test (0.6.2) rack (>= 1.0) rake (10.5.0) + ruby2_keywords (0.0.5) rugged (0.24.0) shotgun (0.9.1) rack (>= 1.0) - sinatra (1.4.7) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - tilt (2.0.5) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) + tilt (~> 2.0) + tilt (2.0.11) PLATFORMS ruby