From b58e7a08d6460dcb7abc3563cda28c9278970cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:26:09 +0000 Subject: [PATCH] Bump sinatra and sinatra-contrib Bumps [sinatra](https://github.com/sinatra/sinatra) and [sinatra-contrib](https://github.com/sinatra/sinatra). These dependencies needed to be updated together. Updates `sinatra` from 2.1.0 to 3.0.4 - [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.1.0...v3.0.4) Updates `sinatra-contrib` from 2.1.0 to 3.0.4 - [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.1.0...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production - dependency-name: sinatra-contrib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 3aadb40fb..c9bde4fa4 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ gem 'nokogiri', '~> 1.12.3' gem 'git', '~> 1.9.1' gem 'parallel', '~> 1.20.1' gem 'puma', '~> 5.4.0' -gem 'sinatra', '~> 2.1.0' -gem 'sinatra-contrib', '~> 2.1.0' +gem 'sinatra', '~> 3.0.4' +gem 'sinatra-contrib', '~> 3.0.4' gem 'i18n', '~> 0.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 751deb864..4562eeaba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,7 +29,7 @@ GEM mini_portile2 (2.6.1) multi_json (1.15.0) multipart-post (2.1.1) - mustermann (1.1.1) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) nio4r (2.5.8) nokogiri (1.12.3) @@ -43,26 +43,26 @@ GEM puma (5.4.0) nio4r (~> 2.0) racc (1.5.2) - rack (2.2.3) - rack-protection (2.1.0) + rack (2.2.4) + rack-protection (3.0.4) rack rchardet (1.8.0) ruby2_keywords (0.0.5) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) - sinatra (2.1.0) - mustermann (~> 1.0) - rack (~> 2.2) - rack-protection (= 2.1.0) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) tilt (~> 2.0) - sinatra-contrib (2.1.0) + sinatra-contrib (3.0.4) multi_json - mustermann (~> 1.0) - rack-protection (= 2.1.0) - sinatra (= 2.1.0) + mustermann (~> 3.0) + rack-protection (= 3.0.4) + sinatra (= 3.0.4) tilt (~> 2.0) - tilt (2.0.10) + tilt (2.0.11) PLATFORMS ruby @@ -76,8 +76,8 @@ DEPENDENCIES octokit (~> 4.21.0) parallel (~> 1.20.1) puma (~> 5.4.0) - sinatra (~> 2.1.0) - sinatra-contrib (~> 2.1.0) + sinatra (~> 3.0.4) + sinatra-contrib (~> 3.0.4) RUBY VERSION ruby 2.7.2p137