From fc652dbda62168c3f43e2d6232dd1672ea7c5c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:18:03 +0000 Subject: [PATCH] Bump sinatra from 2.0.1 to 2.2.0 in /sinatra-BE Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.1 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.1...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sinatra-BE/Gemfile | 2 +- sinatra-BE/Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/sinatra-BE/Gemfile b/sinatra-BE/Gemfile index da9cde5..b6775dc 100644 --- a/sinatra-BE/Gemfile +++ b/sinatra-BE/Gemfile @@ -3,5 +3,5 @@ source "https://rubygems.org" ruby "2.4.1" gem "shotgun", "0.9.2" -gem "sinatra", "2.0.1" +gem "sinatra", "2.2.0" gem "sinatra-cors", "1.1.0" diff --git a/sinatra-BE/Gemfile.lock b/sinatra-BE/Gemfile.lock index 22c1cbb..ac11121 100644 --- a/sinatra-BE/Gemfile.lock +++ b/sinatra-BE/Gemfile.lock @@ -1,26 +1,28 @@ GEM remote: https://rubygems.org/ specs: - mustermann (1.0.2) - rack (2.0.4) - rack-protection (2.0.1) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + rack (2.2.3) + rack-protection (2.2.0) rack + ruby2_keywords (0.0.5) shotgun (0.9.2) rack (>= 1.0) - sinatra (2.0.1) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.1) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) sinatra-cors (1.1.0) - tilt (2.0.8) + tilt (2.0.10) PLATFORMS ruby DEPENDENCIES shotgun (= 0.9.2) - sinatra (= 2.0.1) + sinatra (= 2.2.0) sinatra-cors (= 1.1.0) RUBY VERSION