From 1cdf53389cef24bf9d71ac06076ee49058304b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 22:04:12 +0000 Subject: [PATCH] Bump sinatra from 1.4.3 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.3 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/1.4.3...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 407cc6d96..ecbf08a1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,8 +29,10 @@ GEM json (1.8.0) multi_json (1.8.0) mustache (0.99.4) - rack (1.5.2) - rack-protection (1.5.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + rack (2.2.3) + rack-protection (2.2.0) rack rake (10.1.0) rdiscount (2.1.6) @@ -40,12 +42,14 @@ GEM rdiscount (>= 1.5.8) rspec-expectations (2.14.3) diff-lcs (>= 1.1.3, < 2.0) + ruby2_keywords (0.0.5) safe_yaml (0.9.7) - sinatra (1.4.3) - rack (~> 1.4) - rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) - tilt (1.4.1) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) + tilt (2.0.10) webmock (1.14.0) addressable (>= 2.2.7) crack (>= 0.3.2)