From 66bd42a67202bb72dd2bbecb52f056712551b819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:17:17 +0000 Subject: [PATCH] Bump sinatra from 2.0.8.1 to 3.0.4 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.8.1 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.8.1...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f9df06c..755475d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GEM kramdown (1.16.2) method_source (1.0.0) minitest (5.14.1) - mustermann (1.1.1) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) necromancer (0.5.1) pastel (0.7.4) @@ -31,16 +31,16 @@ GEM pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) - rack (2.2.3) - rack-protection (2.0.8.1) + rack (2.2.4) + rack-protection (3.0.4) rack require_all (3.0.0) rouge (3.20.0) - ruby2_keywords (0.0.2) - sinatra (2.0.8.1) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + ruby2_keywords (0.0.5) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) tilt (~> 2.0) sinatra-activerecord (2.0.18) activerecord (>= 4.1) @@ -53,7 +53,7 @@ GEM strings-ansi (0.1.0) thor (0.20.3) thread_safe (0.3.6) - tilt (2.0.10) + tilt (2.0.11) tty (0.10.0) bundler (~> 1.16, < 2.0) equatable (~> 0.5)