From 39b7213db8cc8c5a4c8f5b37feba6513b88f1a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:55:56 +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 | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 8cdd9f1..621a6ce 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.14' gem 'dotenv' diff --git a/Gemfile.lock b/Gemfile.lock index f99e22f..f33dfaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,22 +8,24 @@ GEM multipart-post (>= 1.2, < 3) jwt (2.1.0) multipart-post (2.1.1) - mustermann (1.0.3) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) public_suffix (4.0.6) rack (2.2.3) - rack-protection (2.0.4) + rack-protection (2.2.0) rack + ruby2_keywords (0.0.5) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.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 @@ -33,7 +35,7 @@ DEPENDENCIES dotenv jwt (~> 2.1) octokit (~> 4.14) - sinatra (~> 2.0) + sinatra (~> 2.2) BUNDLED WITH 1.17.2