From 49e77ee786b7c6ba8e5b27981a091919369cdc87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:19:02 +0000 Subject: [PATCH] Bump sinatra from 2.0.4 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.4 to 2.2.0. - [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.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 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 95b9036..1b4fd46 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 (1.1.1) + ruby2_keywords (~> 0.0.1) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) public_suffix (3.0.3) - rack (2.0.8) - rack-protection (2.0.4) + rack (2.2.3) + rack-protection (2.2.0) 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) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.4) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - tilt (2.0.8) + tilt (2.0.10) 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