From c8f5c67d49204469f5d8cd686af5929598c9fffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:14:39 +0000 Subject: [PATCH] Bump sinatra from 1.2.6 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.2.6 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.2.6...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 2b8f094..2312af2 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'eventmachine', '1.0.3' gem 'thin', '1.5.1' -gem 'sinatra', '1.2.6' +gem 'sinatra', '2.2.0' gem 'httparty', '0.11.0' gem 'uuid', '2.3.7' gem 'haml', '4.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index 4a3bfa9..3edaea5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,11 +37,15 @@ GEM multi_json (1.12.1) multi_test (0.1.2) multi_xml (0.5.5) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) nokogiri (1.6.8) mini_portile2 (~> 2.1.0) pkg-config (~> 1.1.7) pkg-config (1.1.7) - rack (1.6.4) + rack (2.2.3) + rack-protection (2.2.0) + rack rack-test (0.6.2) rack (>= 1.0) rspec (2.14.1) @@ -52,21 +56,24 @@ GEM rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.14.6) + ruby2_keywords (0.0.5) rubyzip (1.2.0) selenium-webdriver (0.2.2) childprocess (>= 0.1.9) ffi (>= 1.0.7) json_pure rubyzip - sinatra (1.2.6) - rack (~> 1.1) - tilt (>= 1.2.2, < 2.0) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) systemu (2.6.5) thin (1.5.1) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) - tilt (1.4.1) + tilt (2.0.10) uuid (2.3.7) macaddr (~> 1.0) xpath (0.1.4) @@ -86,7 +93,7 @@ DEPENDENCIES mime-types (= 2.6.2) rack-test (= 0.6.2) rspec (= 2.14.1) - sinatra (= 1.2.6) + sinatra (= 2.2.0) thin (= 1.5.1) uuid (= 2.3.7)