From 193a6d4c9af498470ce158fb99045b372ca3bb4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 10:01:29 +0000 Subject: [PATCH] Bump sinatra from 2.2.2 to 3.0.3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.2 to 3.0.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.2.2...v3.0.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 929fe7a..81747fa 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'passenger', '~> 6.0' gem 'pony', '~> 1.13' gem 'prometheus-client', '~> 2.1' gem 'rack', '~> 2.2' -gem 'sinatra', '~> 2.1' +gem 'sinatra', '~> 3.0' group :test do gem 'minitest', '~> 5.14', '>= 5.14.4' diff --git a/Gemfile.lock b/Gemfile.lock index bc8f265..90a86e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM builder minitest (>= 5.0) ruby-progressbar - mustermann (2.0.2) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) net-protocol (0.1.3) timeout @@ -33,7 +33,7 @@ GEM mail (>= 2.0) prometheus-client (2.1.0) rack (2.2.4) - rack-protection (2.2.2) + rack-protection (3.0.3) rack rack-test (2.0.2) rack (>= 1.3) @@ -60,10 +60,10 @@ GEM rubocop-ast (>= 0.4.0) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) - sinatra (2.2.2) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.2) + sinatra (3.0.3) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.3) tilt (~> 2.0) tilt (2.0.11) timeout (0.3.0) @@ -86,7 +86,7 @@ DEPENDENCIES rubocop (~> 1.38) rubocop-minitest (~> 0.23.1) rubocop-performance (~> 1.7) - sinatra (~> 2.1) + sinatra (~> 3.0) BUNDLED WITH 2.3.22