From f9b311c2ca747c2b18a3f5b5308df5b0752e9644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:20:48 +0000 Subject: [PATCH] Bump sinatra from 2.0.4 to 2.2.3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.4 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.4...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 53a49ee..f98a4a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,6 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) ast (2.4.0) - backports (3.11.4) coderay (1.1.2) concurrent-ruby (1.0.5) connection_pool (2.2.2) @@ -38,7 +37,8 @@ GEM minitest (5.11.3) multi_json (1.13.1) multipart-post (2.0.0) - mustermann (1.0.3) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) parallel (1.12.1) parser (2.5.1.2) ast (~> 2.4.0) @@ -49,8 +49,8 @@ GEM method_source (~> 0.9.0) public_suffix (3.0.3) puma (3.12.0) - rack (2.0.6) - rack-protection (2.0.4) + rack (2.2.4) + rack-protection (2.2.3) rack rack-ssl (1.4.1) rack @@ -83,6 +83,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.10.0) + ruby2_keywords (0.0.5) sentry-raven (2.7.4) faraday (>= 0.7.6, < 1.0) sequel (5.13.0) @@ -91,23 +92,21 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sinatra (2.0.4) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.4) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) tilt (~> 2.0) - sinatra-contrib (2.0.4) - activesupport (>= 4.0.0) - backports (>= 2.8.2) + sinatra-contrib (2.2.3) multi_json - mustermann (~> 1.0) - rack-protection (= 2.0.4) - sinatra (= 2.0.4) - tilt (>= 1.3, < 3) - sinatra-param (1.5.0) + mustermann (~> 2.0) + rack-protection (= 2.2.3) + sinatra (= 2.2.3) + tilt (~> 2.0) + sinatra-param (1.6.0) sinatra (>= 1.3) thread_safe (0.3.6) - tilt (2.0.8) + tilt (2.0.11) travis-config (1.1.3) hashr (~> 2.0) tzinfo (1.2.5)