From af562863d4796147636a98cafb294b3a18bd8ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:59:24 +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 3dfdf8a..5a4f848 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,6 @@ GEM zeitwerk (~> 2.2) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - backports (3.17.0) bond (0.5.1) coderay (1.1.2) concurrent-ruby (1.1.6) @@ -25,7 +24,7 @@ GEM concurrent-ruby (~> 1.0) method_source (1.0.0) minitest (5.14.0) - multi_json (1.14.1) + multi_json (1.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) pg (1.2.3) @@ -33,8 +32,8 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.3) - rack (2.2.2) - rack-protection (2.0.8.1) + rack (2.2.3) + rack-protection (2.2.0) rack rack-test (0.6.3) rack (>= 1.0) @@ -47,26 +46,25 @@ GEM rack (>= 1.0) rack-test (~> 0.6.2) ripl (>= 0.7.0) - ruby2_keywords (0.0.2) + ruby2_keywords (0.0.5) shotgun (0.9.2) rack (>= 1.0) shrine (3.2.1) content_disposition (~> 1.0) down (~> 5.1) - sinatra (2.0.8.1) + 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-activerecord (2.0.14) activerecord (>= 3.2) sinatra (>= 1.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)