From 677e51fa8487129505be4fdab3ea6d583e240247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:20:58 +0000 Subject: [PATCH] Bump sinatra from 2.0.4 to 2.2.3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.4 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.4...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 6b23a59..30156f6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'sinatra', '~> 2.0' +gem 'sinatra', '~> 2.2' gem 'jwt', '~> 2.1' gem 'octokit', '~> 4.0' gem 'dotenv' diff --git a/Gemfile.lock b/Gemfile.lock index 47745ad..c873467 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,22 +8,24 @@ GEM multipart-post (>= 1.2, < 3) jwt (2.1.0) multipart-post (2.0.0) - mustermann (1.0.3) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) public_suffix (3.0.3) - rack (2.2.3) - rack-protection (2.0.4) + rack (2.2.4) + rack-protection (2.2.3) rack + ruby2_keywords (0.0.5) sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) - sinatra (2.0.4) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.4) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) tilt (~> 2.0) - tilt (2.0.8) + tilt (2.0.11) PLATFORMS ruby @@ -32,7 +34,7 @@ DEPENDENCIES dotenv jwt (~> 2.1) octokit (~> 4.0) - sinatra (~> 2.0) + sinatra (~> 2.2) BUNDLED WITH 1.17.1