From fb34b12d21a662a65f7f38643120f8f98efea94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:55:59 +0000 Subject: [PATCH] Bump sinatra from 2.0.8.1 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.8.1 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/v2.0.8.1...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3ebdb4a..10e2aaf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,6 @@ GEM addressable (~> 2.7) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - backports (3.17.1) coderay (1.1.2) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) @@ -52,7 +51,7 @@ GEM minitest-hooks (1.5.0) minitest (> 5.3) mocha (1.11.2) - multi_json (1.14.1) + multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) mustermann (1.1.1) @@ -72,25 +71,24 @@ GEM public_suffix (4.0.4) puma (4.3.3) nio4r (~> 2.0) - rack (2.2.2) - rack-protection (2.0.8.1) + rack (2.2.3) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) rake (13.0.1) rexml (3.2.4) - ruby2_keywords (0.0.2) - sinatra (2.0.8.1) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - sinatra-contrib (2.0.8.1) - backports (>= 2.8.2) + sinatra-contrib (2.2.0) multi_json mustermann (~> 1.0) - rack-protection (= 2.0.8.1) - sinatra (= 2.0.8.1) + rack-protection (= 2.2.0) + sinatra (= 2.2.0) tilt (~> 2.0) thread_safe (0.3.6) tilt (2.0.10)