From da3b34bee91aac6cfcc101e48728c8d6f6f7ac26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:13:17 +0000 Subject: [PATCH] Bump sinatra from 1.3.3 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.3.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.3.3...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e08ee1c..cb01246 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,13 +29,15 @@ GEM json (1.7.5) method_source (0.8.1) multi_json (1.3.6) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) plist (3.1.0) pry (0.9.10) coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.3.1) - rack (1.4.1) - rack-protection (1.2.0) + rack (2.2.3) + rack-protection (2.2.0) rack rspec (2.11.0) rspec-core (~> 2.11.0) @@ -45,15 +47,17 @@ GEM rspec-expectations (2.11.3) diff-lcs (~> 1.1.3) rspec-mocks (2.11.3) + ruby2_keywords (0.0.5) sim_launcher (0.4.6) sinatra - sinatra (1.3.3) - rack (~> 1.3, >= 1.3.6) - rack-protection (~> 1.2) - tilt (~> 1.3, >= 1.3.3) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) slop (3.3.3) thor (0.16.0) - tilt (1.3.3) + tilt (2.0.10) xcodeproj (0.3.4) activesupport (~> 3.2.6)