From a636f8aeb7635448816b3cb37a5125818b3cb785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:16:36 +0000 Subject: [PATCH] Bump sinatra from 2.0.3 to 2.2.0 in /server Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.3 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.3...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/Gemfile | 2 +- server/Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/server/Gemfile b/server/Gemfile index bc5a702..966b104 100644 --- a/server/Gemfile +++ b/server/Gemfile @@ -2,5 +2,5 @@ source 'https://rubygems.org' gem 'activesupport' gem 'paint' -gem 'sinatra', '~> 2.0.2' +gem 'sinatra', '~> 2.2.0' gem 'thin' diff --git a/server/Gemfile.lock b/server/Gemfile.lock index c63990a..784a78b 100644 --- a/server/Gemfile.lock +++ b/server/Gemfile.lock @@ -12,22 +12,24 @@ GEM i18n (0.9.1) concurrent-ruby (~> 1.0) minitest (5.10.3) - mustermann (1.0.2) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) paint (2.0.0) - rack (2.0.8) - rack-protection (2.0.3) + rack (2.2.3) + rack-protection (2.2.0) rack - sinatra (2.0.3) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.3) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) thin (1.7.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) thread_safe (0.3.6) - tilt (2.0.8) + tilt (2.0.10) tzinfo (1.2.4) thread_safe (~> 0.1) @@ -37,7 +39,7 @@ PLATFORMS DEPENDENCIES activesupport paint - sinatra (~> 2.0.2) + sinatra (~> 2.2.0) thin BUNDLED WITH