From 98ef397fa34423d968d8bdee02aa1dd09c7d09dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 22:03:41 +0000 Subject: [PATCH] Bump sinatra from 1.3.6 to 2.2.3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.3.6 to 2.2.3. - [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/1.3.6...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 7a02987..0ee105c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'nokogiri' gem 'rack-codehighlighter' gem 'redcarpet' gem 'sass' -gem 'sinatra', '~> 1.3.0' +gem 'sinatra', '~> 2.2.3' gem 'thin' group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 45fba45..06d6dab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,6 +34,8 @@ GEM method_source (0.8.2) mini_portile (0.5.2) multi_json (1.8.4) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) nokogiri (1.6.1) mini_portile (~> 0.5.0) nokogiri (1.6.1-x86-mingw32) @@ -49,11 +51,11 @@ GEM method_source (~> 0.8) slop (~> 3.4) win32console (~> 1.3) - rack (1.5.2) + rack (2.2.4) rack-codehighlighter (0.5.0) nokogiri (>= 1.4.1) rack (>= 1.0.0) - rack-protection (1.5.2) + rack-protection (2.2.3) rack rack-test (0.6.2) rack (>= 1.0) @@ -74,6 +76,7 @@ GEM rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.14.6) + ruby2_keywords (0.0.5) ruby2ruby (2.0.7) ruby_parser (~> 3.1) sexp_processor (~> 4.0) @@ -81,16 +84,17 @@ GEM sexp_processor (~> 4.1) sass (3.2.14) sexp_processor (4.4.1) - sinatra (1.3.6) - rack (~> 1.4) - rack-protection (~> 1.3) - tilt (~> 1.3, >= 1.3.3) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) + tilt (~> 2.0) slop (3.4.7) thin (1.6.1) daemons (>= 1.0.9) eventmachine (>= 1.0.0) rack (>= 1.0.0) - tilt (1.4.1) + tilt (2.0.11) treetop (1.4.15) polyglot polyglot (>= 0.3.1) @@ -126,6 +130,6 @@ DEPENDENCIES rerun rspec sass - sinatra (~> 1.3.0) + sinatra (~> 2.2.3) thin wrong (~> 0.7.0)