From 66dc34b08d69d7f0b86ef57bc179777f64cb05b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:08:38 +0000 Subject: [PATCH] Bump sinatra and sinatra-contrib Bumps [sinatra](https://github.com/sinatra/sinatra) and [sinatra-contrib](https://github.com/sinatra/sinatra). These dependencies needed to be updated together. Updates `sinatra` from 2.1.0 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.1.0...v2.2.0) Updates `sinatra-contrib` from 2.1.0 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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production - dependency-name: sinatra-contrib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index a0c57e3..85e1e48 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,8 @@ source 'https://rubygems.org' gem 'dotenv', '2.7.6' gem 'faye-websocket', '0.11.0' gem 'vonage', '~> 7.2.1' -gem 'sinatra', '2.1.0' -gem 'sinatra-contrib', '2.1.0' +gem 'sinatra', '2.2.0' +gem 'sinatra-contrib', '2.2.0' gem 'rack-contrib', '2.3.0' gem 'thin', '1.8.0' gem 'rubocop', require: false diff --git a/Gemfile.lock b/Gemfile.lock index d8eec6c..f702dbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GEM rack (2.2.3) rack-contrib (2.3.0) rack (~> 2.0) - rack-protection (2.1.0) + rack-protection (2.2.0) rack rainbow (3.0.0) rubocop (0.72.0) @@ -33,17 +33,17 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) - ruby2_keywords (0.0.4) - sinatra (2.1.0) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) rack (~> 2.2) - rack-protection (= 2.1.0) + rack-protection (= 2.2.0) tilt (~> 2.0) - sinatra-contrib (2.1.0) + sinatra-contrib (2.2.0) multi_json mustermann (~> 1.0) - rack-protection (= 2.1.0) - sinatra (= 2.1.0) + rack-protection (= 2.2.0) + sinatra (= 2.2.0) tilt (~> 2.0) sorbet-runtime (0.5.6281) thin (1.8.0) @@ -70,8 +70,8 @@ DEPENDENCIES faye-websocket (= 0.11.0) rack-contrib (= 2.3.0) rubocop - sinatra (= 2.1.0) - sinatra-contrib (= 2.1.0) + sinatra (= 2.2.0) + sinatra-contrib (= 2.2.0) thin (= 1.8.0) vonage (~> 7.2.1)