From 113d1b4f411013865582acf7963709c2fed07aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 00:54:48 +0000 Subject: [PATCH] Bump sinatra from 1.4.8 to 3.0.4 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.8 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/v1.4.8...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f533823..5b28145 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,6 @@ GEM diff-lcs (1.2.5) ffi (1.9.6) formatador (0.2.5) - git-version-bump (0.15.1) guard (2.10.4) formatador (>= 0.2.4) listen (~> 2.7) @@ -53,16 +52,17 @@ GEM lumberjack (1.0.9) method_source (0.8.2) minitest (5.14.2) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) nenv (0.1.1) pry (0.10.1) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rack (1.6.0) - rack-contrib (1.4.0) - git-version-bump (~> 0.15) - rack (~> 1.4) - rack-protection (1.5.3) + rack (2.2.4) + rack-contrib (2.3.0) + rack (~> 2.0) + rack-protection (3.0.4) rack rack-test (0.6.2) rack (>= 1.0) @@ -81,14 +81,16 @@ GEM rspec-mocks (3.1.3) rspec-support (~> 3.1.0) rspec-support (3.1.2) - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + ruby2_keywords (0.0.5) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) + tilt (~> 2.0) slop (3.6.0) thor (0.19.1) thread_safe (0.3.6) - tilt (2.0.10) + tilt (2.0.11) timers (4.0.1) hitimes tzinfo (1.2.7)