From 08b8c70150d65689e2cdf1d906ee28cfbaaef582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:54:35 +0000 Subject: [PATCH] Bump sinatra from 1.3.1 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.3.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/1.3.1...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index e9ba78d..0c2b210 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'report_builder' gem 'rspec', '~> 3.5' gem 'rspec-retry', '~> 0.4.5' gem 'selenium-webdriver', '~> 3.12' -gem 'sinatra', '1.3.1' +gem 'sinatra', '2.2.0' gem 'site_prism', '~> 2.17', '>= 2.17.1' gem 'wannabe_bool', '~> 0.7.1' diff --git a/Gemfile.lock b/Gemfile.lock index 3bdb6e4..e0bdeef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,6 +138,8 @@ GEM multi_test (0.1.2) multi_xml (0.6.0) multipart-post (2.0.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) mysql2 (0.5.2) net-scp (1.2.1) net-ssh (>= 2.6.5) @@ -178,8 +180,8 @@ GEM slop (~> 3.4) psych (3.1.0) public_suffix (3.0.3) - rack (1.6.11) - rack-protection (1.5.5) + rack (2.2.3) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -221,6 +223,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.6) ruby-progressbar (1.10.0) + ruby2_keywords (0.0.5) ruby_parser (3.13.0) sexp_processor (~> 4.9) rubyzip (1.2.2) @@ -232,10 +235,11 @@ GEM childprocess (~> 0.5) rubyzip (~> 1.2, >= 1.2.2) sexp_processor (4.12.0) - sinatra (1.3.1) - rack (~> 1.3, >= 1.3.4) - rack-protection (~> 1.1, >= 1.1.2) - tilt (~> 1.3, >= 1.3.3) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) site_prism (2.17.1) addressable (~> 2.4) capybara (>= 2.15, < 3.6) @@ -249,7 +253,7 @@ GEM unicode-display_width (~> 1.1, >= 1.1.1) thor (0.20.3) thread_safe (0.3.6) - tilt (1.4.1) + tilt (2.0.10) to_regexp (0.2.1) tomlrb (1.2.8) tty-color (0.4.3) @@ -316,7 +320,7 @@ DEPENDENCIES rspec (~> 3.5) rspec-retry (~> 0.4.5) selenium-webdriver (~> 3.12) - sinatra (= 1.3.1) + sinatra (= 2.2.0) site_prism (~> 2.17, >= 2.17.1) wannabe_bool (~> 0.7.1) webdrivers (~> 4.0)