From 837e57874173f3f91b7efde706d6d7154eea2f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:00:26 +0100 Subject: [PATCH] Bump sinatra from 3.2.0 to 4.0.0 (#30979) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 6f90a855952..12306ad2f8d 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :jekyll_plugins do gem 'jekyll-toc', '0.18.0' end -gem 'sinatra', '3.2.0' +gem 'sinatra', '4.0.0' gem 'nokogiri', '1.16.0' # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index e174f54c7d8..87dd86dcc1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,10 +84,12 @@ GEM prism (0.19.0) public_suffix (5.0.4) racc (1.7.3) - rack (2.2.8) - rack-protection (3.2.0) + rack (3.0.8) + rack-protection (4.0.0) base64 (>= 0.1.0) - rack (~> 2.2, >= 2.2.4) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) rainbow (3.1.1) rake (13.1.0) rb-fsevent (0.11.2) @@ -123,10 +125,11 @@ GEM sass (>= 3.1) sassc (2.1.0-x86_64-linux) ffi (~> 1.9) - sinatra (3.2.0) + sinatra (4.0.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.2.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.0.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) sorbet-runtime (0.5.11214) stringex (2.8.6) @@ -156,7 +159,7 @@ DEPENDENCIES ruby-lsp (= 0.13.4) sass-globbing (= 1.1.5) sassc (= 2.1.0) - sinatra (= 3.2.0) + sinatra (= 4.0.0) stringex (= 2.8.6) tzinfo (~> 2.0) tzinfo-data