From eb2f58a29b51d3c6accc8d6f3b2c293c7b5bd667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 00:58:10 +0000 Subject: [PATCH] Bump sinatra from 2.0.2 to 3.0.4 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.2 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/v2.0.2...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5afdcd5..a4c24e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,11 +125,14 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.0) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.0) mini_portile2 (2.3.0) minitest (5.11.3) - mustermann (1.0.2) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) nio4r (2.3.1) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) @@ -142,8 +145,8 @@ GEM byebug (~> 10.0) pry (~> 0.10) public_suffix (3.0.2) - rack (2.0.5) - rack-protection (2.0.2) + rack (2.2.4) + rack-protection (3.0.4) rack rack-test (1.0.0) rack (>= 1.0, < 3) @@ -199,15 +202,16 @@ GEM rspec-mocks (~> 3.7.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) + ruby2_keywords (0.0.5) sidekiq (5.2.7) connection_pool (~> 2.2, >= 2.2.2) rack (>= 1.5.0) rack-protection (>= 1.5.0) redis (>= 3.3.5, < 5) - sinatra (2.0.2) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.2) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) tilt (~> 2.0) slim (3.0.9) temple (>= 0.7.6, < 0.9) @@ -226,7 +230,7 @@ GEM temple (0.8.0) thor (0.20.0) thread_safe (0.3.6) - tilt (2.0.8) + tilt (2.0.11) tzinfo (1.2.5) thread_safe (~> 0.1) warden (1.2.7)