From 40a5f65f8d773add1512ec424ef5e36016b329ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 05:33:50 +0000 Subject: [PATCH] Bump sinatra and rack Bumps [sinatra](https://github.com/sinatra/sinatra) and [rack](https://github.com/rack/rack). These dependencies needed to be updated together. Updates `sinatra` from 2.0.8.1 to 3.0.2 - [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.8.1...v3.0.2) Updates `rack` from 2.1.4 to 2.2.4 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.1.4...2.2.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 9c32a8f..5188b6a 100644 --- a/Gemfile +++ b/Gemfile @@ -19,6 +19,6 @@ group :development do end gem 'thin' -gem 'sinatra', '~> 2.0.2' +gem 'sinatra', '~> 3.0.2' gem 'rack-rewrite' -gem 'rack', '~> 2.1.4' +gem 'rack', '~> 2.2.4' diff --git a/Gemfile.lock b/Gemfile.lock index a7b1a40..3082e1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM mathn (0.1.0) mini_portile2 (2.5.0) multi_json (1.15.0) - mustermann (1.1.1) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) nokogiri (1.11.3) mini_portile2 (~> 2.5.0) @@ -52,8 +52,8 @@ GEM posix-spawn (0.3.15) pygments.rb (2.2.0) racc (1.5.2) - rack (2.1.4) - rack-protection (2.0.8.1) + rack (2.2.4) + rack-protection (3.0.2) rack rack-rewrite (1.5.1) rake (13.0.3) @@ -63,13 +63,13 @@ GEM rdiscount (2.2.0.2) redcarpet (3.5.1) rexml (3.2.5) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) rubypants (0.7.1) sass (3.4.25) - sinatra (2.0.8.1) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + sinatra (3.0.2) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.2) tilt (~> 2.0) stringex (2.8.5) temple (0.8.2) @@ -77,7 +77,7 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - tilt (2.0.10) + tilt (2.0.11) PLATFORMS ruby @@ -91,14 +91,14 @@ DEPENDENCIES nokogiri pandoc-ruby pygments.rb - rack (~> 2.1.4) + rack (~> 2.2.4) rack-rewrite rake rb-fsevent rdiscount redcarpet rubypants - sinatra (~> 2.0.2) + sinatra (~> 3.0.2) stringex thin