From a8ca81b83d1ecae715614639a36d1ffd114974f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 06:12:03 +0000 Subject: [PATCH] Bump sinatra from 2.0.7 to 3.0.4 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.7 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.0.7...v3.0.4) --- 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 2f27c87fa727..35e5fd69c2a4 100644 --- a/Gemfile +++ b/Gemfile @@ -18,5 +18,5 @@ group :jekyll_plugins do gem 'jekyll-commonmark', '1.3.1' end -gem 'sinatra', '2.0.7' +gem 'sinatra', '3.0.4' gem 'nokogiri', '1.10.4' diff --git a/Gemfile.lock b/Gemfile.lock index baa5809420aa..dc4adaac56b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,14 +69,15 @@ GEM mercenary (0.3.6) mini_portile2 (2.4.0) multi_json (1.13.1) - mustermann (1.0.3) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) 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.4) rack rake (12.3.3) rb-fsevent (0.10.3) @@ -85,6 +86,7 @@ GEM rouge (3.9.0) ruby-enum (0.7.2) i18n + ruby2_keywords (0.0.5) ruby_dep (1.5.0) safe_yaml (1.0.5) sass (3.4.25) @@ -92,15 +94,15 @@ GEM sass (>= 3.1) sassc (2.2.0) ffi (~> 1.9) - sinatra (2.0.7) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.7) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) tilt (~> 2.0) stringex (2.8.5) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - tilt (2.0.9) + tilt (2.0.11) unicode-display_width (1.6.0) PLATFORMS @@ -117,7 +119,7 @@ DEPENDENCIES nokogiri (= 1.10.4) rake (= 12.3.3) sass-globbing (= 1.1.5) - sinatra (= 2.0.7) + sinatra (= 3.0.4) stringex (= 2.8.5) RUBY VERSION