From cba693be414addfc0e6520544257a56d5d06c0c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:13:54 +0000 Subject: [PATCH] Bump sinatra from 1.4.8 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.8 to 2.2.0. - [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/v1.4.8...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6117375..587c3aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,11 +60,13 @@ GEM mime-types (2.6.2) mini_portile2 (2.3.0) mock_redis (0.9.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) netrc (0.11.0) nokogiri (1.8.5) mini_portile2 (~> 2.3.0) - rack (1.6.11) - rack-protection (1.5.5) + rack (2.2.3) + rack-protection (2.2.0) rack rake (12.3.0) redis (3.2.1) @@ -87,6 +89,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) + ruby2_keywords (0.0.5) sidekiq (3.5.3) celluloid (~> 0.17.2) connection_pool (~> 2.2, >= 2.2.0) @@ -98,10 +101,11 @@ GEM json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) slop (4.2.0) term-ansicolor (1.3.2) tins (~> 1.0) @@ -110,7 +114,7 @@ GEM eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) thor (0.19.1) - tilt (2.0.9) + tilt (2.0.10) timers (4.1.1) hitimes tins (1.6.0)