From d832e934a8984a660c746bda106f05e85ebd45b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 09:20:51 +0000 Subject: [PATCH] Bump sinatra from 2.0.4 to 3.0.5 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.4 to 3.0.5. - [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.4...v3.0.5) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cdc94a2..73d5833 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,7 +21,8 @@ GEM mini_mime (1.0.1) minitest (5.14.1) moneta (1.0.0) - mustermann (1.0.3) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) padrino (0.14.3) padrino-admin (= 0.14.3) padrino-cache (= 0.14.3) @@ -54,7 +55,7 @@ GEM padrino-core (= 0.14.3) padrino-support (0.14.3) rack (2.2.6.2) - rack-protection (2.0.4) + rack-protection (3.0.5) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -75,22 +76,23 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) + ruby2_keywords (0.0.5) sass (3.6.0) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) sequel (5.13.0) - sinatra (2.0.4) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.4) + sinatra (3.0.5) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.5) tilt (~> 2.0) sqlite3 (1.3.13) temple (0.8.0) thor (0.20.0) thread_safe (0.3.6) - tilt (2.0.8) + tilt (2.0.11) tzinfo (1.2.10) thread_safe (~> 0.1)