From 3a55310d68e363f55710716a7dbb6b49789beca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 00:48:07 +0000 Subject: [PATCH] Bump sinatra from 2.2.0 to 3.0.5 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.0 to 3.0.5. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.2.0...v3.0.5) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 794074e..ac4c5aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM mini_mime (1.1.0) mini_portile2 (2.8.0) minitest (5.14.4) - mustermann (1.1.1) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) nio4r (2.5.7) nokogiri (1.13.6) @@ -92,7 +92,7 @@ GEM racc (~> 1.4) racc (1.6.0) rack (2.2.6.3) - rack-protection (2.2.0) + rack-protection (3.0.5) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -129,10 +129,10 @@ GEM redis (4.6.0) ruby2_keywords (0.0.5) rubystats (0.3.0) - sinatra (2.2.0) - mustermann (~> 1.0) - rack (~> 2.2) - rack-protection (= 2.2.0) + sinatra (3.0.5) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.5) tilt (~> 2.0) split (4.0.1) redis (>= 4.2) @@ -147,7 +147,7 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.4.2) thor (1.1.0) - tilt (2.0.10) + tilt (2.1.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) websocket-driver (0.7.5)