From 4a7f8a13839b8ee9332413e690702669abdeaa9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 11:08:50 +0000 Subject: [PATCH] Bump sinatra from 2.2.2 to 3.0.5 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.2 to 3.0.5. - [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.2.2...v3.0.5) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c7a47fd..55b0cdd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ GEM jmespath (1.4.0) method_source (1.0.0) minitest (5.15.0) - mustermann (2.0.2) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) nio4r (2.5.8) pg (1.2.3) @@ -47,7 +47,7 @@ GEM puma (5.6.5) nio4r (~> 2.0) rack (2.2.4) - rack-protection (2.2.2) + rack-protection (3.0.5) rack rack-test (2.0.2) rack (>= 1.3) @@ -76,10 +76,10 @@ GEM ruby2_keywords (0.0.5) shotgun (0.9.2) rack (>= 1.0) - sinatra (2.2.2) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.2) + sinatra (3.0.5) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.5) tilt (~> 2.0) sinatra-activerecord (2.0.25) activerecord (>= 4.1)