From 2831b0cb50911175e738206298c0a1d5e58bb0da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:59:38 +0000 Subject: [PATCH] Bump sinatra from 2.0.7 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.7 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.7...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index c183330..490dbe1 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'rake', '~> 12.0' gem 'rack-ssl', '~> 1.4.1' # Gems for web -gem 'sinatra', '~> 2.0', require: 'sinatra/base' +gem 'sinatra', '~> 2.2', require: 'sinatra/base' gem 'sinatra-contrib' gem 'rack-cors', '~> 1.0', require: 'rack/cors' gem 'puma' diff --git a/Gemfile.lock b/Gemfile.lock index 3bc0ef5..d20cf54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - backports (3.15.0) clap (1.0.0) connection_pool (2.2.2) cutest (1.2.3) clap hiredis (0.6.3) - multi_json (1.14.1) - mustermann (1.0.3) + multi_json (1.15.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) nest (3.1.2) redic nio4r (2.5.2) @@ -19,10 +19,10 @@ GEM pg (1.1.4) puma (4.3.3) nio4r (~> 2.0) - rack (2.2.2) + rack (2.2.3) rack-cors (1.0.5) rack (>= 1.6.0) - rack-protection (2.0.7) + rack-protection (2.2.0) rack rack-ssl (1.4.1) rack @@ -32,23 +32,23 @@ GEM redic (1.5.3) hiredis redis (4.1.3) + ruby2_keywords (0.0.5) sequel (5.25.0) sidekiq (6.0.2) connection_pool (>= 2.2.2) rack (>= 2.0.0) rack-protection (>= 2.0.0) redis (>= 4.1.0) - sinatra (2.0.7) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.7) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - sinatra-contrib (2.0.7) - backports (>= 2.8.2) + sinatra-contrib (2.2.0) multi_json mustermann (~> 1.0) - rack-protection (= 2.0.7) - sinatra (= 2.0.7) + rack-protection (= 2.2.0) + sinatra (= 2.2.0) tilt (~> 2.0) stal (0.3.0) redic (~> 1.5) @@ -70,7 +70,7 @@ DEPENDENCIES rake (~> 12.0) sequel (~> 5.0) sidekiq (~> 6.0) - sinatra (~> 2.0) + sinatra (~> 2.2) sinatra-contrib yajl-ruby yard (~> 0.9.20)