From 228afe7fe8d668e3d55a9bc9f2545ab1adc774cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 20:05:03 +0000 Subject: [PATCH] Bump sinatra from 2.0.5 to 3.0.3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.5 to 3.0.3. - [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.0.5...v3.0.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c907335..80eb783 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,8 @@ GEM specs: dotenv (2.5.0) hashie (3.6.0) - mustermann (1.0.3) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) oauth (0.5.4) omniauth (1.9.0) hashie (>= 3.4.6, < 3.7.0) @@ -14,15 +15,16 @@ GEM omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack - rack (2.0.6) - rack-protection (2.0.5) + rack (2.2.4) + rack-protection (3.0.3) rack - sinatra (2.0.5) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.5) + ruby2_keywords (0.0.5) + sinatra (3.0.3) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.3) tilt (~> 2.0) - tilt (2.0.9) + tilt (2.0.11) PLATFORMS ruby