From b60e2478495021b522babf512dd3ce65a951ff52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 22:05:20 +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 | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index cad5308..a40a85d 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,6 @@ source 'https://rubygems.org' gem 'activesupport', '~> 5.2' gem 'rubocop', '~> 1' gem 'sass', '~> 3.7' -gem 'sinatra', '~> 2.1' -gem 'sinatra-contrib', '~> 2.1' +gem 'sinatra', '~> 2.2' +gem 'sinatra-contrib', '~> 2.2' gem 'thin', '~> 1.8' diff --git a/Gemfile.lock b/Gemfile.lock index 7ef2631..fd3d2c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,7 +21,7 @@ GEM parser (3.0.2.0) ast (~> 2.4.1) rack (2.2.3) - rack-protection (2.1.0) + rack-protection (2.2.0) rack rainbow (3.0.0) rb-fsevent (0.11.0) @@ -47,16 +47,16 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sinatra (2.1.0) + 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) thin (1.8.1) daemons (~> 1.0, >= 1.0.9) @@ -75,8 +75,8 @@ DEPENDENCIES activesupport (~> 5.2) rubocop (~> 1) sass (~> 3.7) - sinatra (~> 2.1) - sinatra-contrib (~> 2.1) + sinatra (~> 2.2) + sinatra-contrib (~> 2.2) thin (~> 1.8) BUNDLED WITH