From 4b0ccc087ebdc7857087df8756ca35a7e57cbaff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 22:20:34 +0000 Subject: [PATCH] Bump sinatra from 1.4.3 to 3.0.4 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.3 to 3.0.4. - [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...v3.0.4) --- 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..d986dca77 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 (3.0.0) + ruby2_keywords (~> 0.0.1) + rack (2.2.4) + rack-protection (3.0.4) 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 (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) + tilt (~> 2.0) + tilt (2.0.11) webmock (1.14.0) addressable (>= 2.2.7) crack (>= 0.3.2)