From fc283f2ec78b273bc7dd33132a07adb078d62b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:33:13 +0000 Subject: [PATCH] Bump sinatra from 2.0.5 to 2.2.3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.5 to 2.2.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...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 9dd60a3..a4223e9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org/' gem "grape", "< 0.2.4" -gem "sinatra", "~> 2.0" +gem "sinatra", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index a45c641..bcfc9ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,21 +35,23 @@ GEM minitest (5.11.3) multi_json (1.13.1) multi_xml (0.6.0) - mustermann (1.0.3) - rack (2.0.7) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) + rack (2.2.4) rack-accept (0.4.5) rack (>= 0.4) rack-mount (0.8.3) rack (>= 1.0.0) - rack-protection (2.0.5) + rack-protection (2.2.3) rack - sinatra (2.0.5) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.5) + ruby2_keywords (0.0.5) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) tilt (~> 2.0) thread_safe (0.3.6) - tilt (2.0.9) + tilt (2.0.11) tzinfo (1.2.5) thread_safe (~> 0.1) virtus (1.0.5) @@ -64,7 +66,7 @@ PLATFORMS DEPENDENCIES grape (< 0.2.4) - sinatra (~> 2.0) + sinatra (~> 2.2) BUNDLED WITH 2.0.2