From 55dc6e51d50159aef56033feeeca0e8e921df556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 06:31:50 +0000 Subject: [PATCH] Bump sinatra from 2.0.7 to 3.0.2 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.7 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.7...v3.0.2) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index e6f7c14f627a..d1bfc43d5250 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :jekyll_plugins do gem 'jekyll-commonmark', '1.3.1' end -gem 'sinatra', '2.0.7' +gem 'sinatra', '3.0.2' gem 'nokogiri', '1.10.7' # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 76fb16a02e4f..b38d72bb0d43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,8 @@ GEM mercenary (0.3.6) mini_portile2 (2.4.0) multi_json (1.14.1) - mustermann (1.0.3) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) nokogiri (1.10.7) mini_portile2 (~> 2.4.0) nokogiri (1.10.7-x64-mingw32) @@ -78,8 +79,8 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.1) - rack (2.0.7) - rack-protection (2.0.7) + rack (2.2.4) + rack-protection (3.0.2) rack rake (13.0.1) rb-fsevent (0.10.3) @@ -88,6 +89,7 @@ GEM rouge (3.13.0) ruby-enum (0.7.2) i18n + ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.4.25) sass-globbing (1.1.5) @@ -96,15 +98,15 @@ GEM ffi (~> 1.9) sassc (2.2.1-x64-mingw32) ffi (~> 1.9) - sinatra (2.0.7) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.7) + 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) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - tilt (2.0.10) + tilt (2.0.11) tzinfo (2.0.0) concurrent-ruby (~> 1.0) tzinfo-data (1.2019.3) @@ -126,7 +128,7 @@ DEPENDENCIES nokogiri (= 1.10.7) rake (= 13.0.1) sass-globbing (= 1.1.5) - sinatra (= 2.0.7) + sinatra (= 3.0.2) stringex (= 2.8.5) tzinfo (~> 2.0) tzinfo-data