From 0e46b82dfa721093d08633a189ea9b1a1ebcbe85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:25:11 +0000 Subject: [PATCH] Bump sinatra from 2.0.5 to 2.2.3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.5 to 2.2.3. - [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...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ab79c5..ceceee6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,8 @@ GEM minitest (5.14.1) multi_json (1.13.1) multipart-post (2.0.0) - mustermann (1.0.3) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) net-scp (2.0.0) net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) @@ -43,8 +44,8 @@ GEM ast (~> 2.4.0) psych (3.1.0) puma (3.12.6) - rack (2.2.3) - rack-protection (2.0.5) + rack (2.2.4) + rack-protection (2.2.3) rack rainbow (3.0.0) rspec (3.8.0) @@ -74,6 +75,7 @@ GEM rubocop-performance (1.1.0) rubocop (>= 0.67.0) ruby-progressbar (1.10.0) + ruby2_keywords (0.0.5) sequel (5.19.0) server_health_check (1.0.2) server_health_check-rack (0.1.0) @@ -84,10 +86,10 @@ GEM rspec-its specinfra (~> 2.72) sfl (2.3) - sinatra (2.0.5) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.5) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) tilt (~> 2.0) specinfra (2.77.1) net-scp @@ -97,7 +99,7 @@ GEM sqlite3 (1.4.0) thor (0.20.3) thread_safe (0.3.6) - tilt (2.0.9) + tilt (2.0.11) tzinfo (1.2.7) thread_safe (~> 0.1) unicode-display_width (1.5.0)