From da04b3a265f426b94fdb40999ff384fb725439d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 00:56:58 +0000 Subject: [PATCH] Bump sinatra from 2.0.1 to 2.2.3 in /sinatra-BE Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.1 to 2.2.3. - [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.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sinatra-BE/Gemfile | 2 +- sinatra-BE/Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/sinatra-BE/Gemfile b/sinatra-BE/Gemfile index da9cde5..4badc76 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.3" gem "sinatra-cors", "1.1.0" diff --git a/sinatra-BE/Gemfile.lock b/sinatra-BE/Gemfile.lock index 22c1cbb..5c2cc56 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 (2.0.2) + ruby2_keywords (~> 0.0.1) + rack (2.2.4) + rack-protection (2.2.3) rack + ruby2_keywords (0.0.5) shotgun (0.9.2) rack (>= 1.0) - sinatra (2.0.1) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.1) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) tilt (~> 2.0) sinatra-cors (1.1.0) - tilt (2.0.8) + tilt (2.0.11) PLATFORMS ruby DEPENDENCIES shotgun (= 0.9.2) - sinatra (= 2.0.1) + sinatra (= 2.2.3) sinatra-cors (= 1.1.0) RUBY VERSION