From ee6d39615a60da44302ff3fd1ef489d6152866be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:40:48 +0000 Subject: [PATCH] Bump sinatra from 2.0.5 to 3.0.4 in /3135/3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.5 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.5...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] --- 3135/3/Gemfile.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/3135/3/Gemfile.lock b/3135/3/Gemfile.lock index 98b94712b2..54978b8a76 100644 --- a/3135/3/Gemfile.lock +++ b/3135/3/Gemfile.lock @@ -18,20 +18,22 @@ GEM i18n (1.6.0) concurrent-ruby (~> 1.0) minitest (5.11.3) - mustermann (1.0.3) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) nio4r (2.4.0) puma (4.0.1) nio4r (~> 2.0) - rack (2.0.7) - rack-protection (2.0.5) + rack (2.2.4) + rack-protection (3.0.4) rack rake (12.3.3) + ruby2_keywords (0.0.5) shotgun (0.9.2) rack (>= 1.0) - sinatra (2.0.5) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.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.13) activerecord (>= 3.2) @@ -40,7 +42,7 @@ GEM sinatra (>= 1.0.0) sqlite3 (1.4.1) thread_safe (0.3.6) - tilt (2.0.9) + tilt (2.0.11) tzinfo (1.2.5) thread_safe (~> 0.1)