diff --git a/Gemfile b/Gemfile index e08d61455ce3..910e23982522 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :jekyll_plugins do gem 'jekyll-commonmark', '1.3.1' end -gem 'sinatra', '2.1.0' +gem 'sinatra', '2.2.3' gem 'nokogiri', '1.10.10' # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index d7025b750e55..09519bcfd27e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM mercenary (0.4.0) mini_portile2 (2.4.0) multi_json (1.15.0) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) @@ -80,8 +80,8 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.6) - rack (2.2.3) - rack-protection (2.1.0) + rack (2.2.4) + rack-protection (2.2.3) rack rake (13.0.1) rb-fsevent (0.10.4) @@ -91,7 +91,7 @@ GEM rouge (3.23.0) ruby-enum (0.8.0) i18n - ruby2_keywords (0.0.2) + ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.4.25) sass-globbing (1.1.5) @@ -100,15 +100,15 @@ GEM ffi (~> 1.9) sassc (2.4.0-x64-mingw32) ffi (~> 1.9) - sinatra (2.1.0) - mustermann (~> 1.0) + sinatra (2.2.3) + mustermann (~> 2.0) rack (~> 2.2) - rack-protection (= 2.1.0) + rack-protection (= 2.2.3) 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.2) concurrent-ruby (~> 1.0) tzinfo-data (1.2020.1) @@ -130,7 +130,7 @@ DEPENDENCIES nokogiri (= 1.10.10) rake (= 13.0.1) sass-globbing (= 1.1.5) - sinatra (= 2.1.0) + sinatra (= 2.2.3) stringex (= 2.8.5) tzinfo (~> 2.0) tzinfo-data