From 3fde8d5a17a941f53b3c7ef172387fbeff6fd28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:50:04 +0000 Subject: [PATCH] Bump sinatra from 1.4.5 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.5 to 2.2.0. - [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/v1.4.5...v2.2.0) --- 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 4f1df5d8..d5e0cc22 100644 --- a/Gemfile +++ b/Gemfile @@ -22,4 +22,4 @@ group :production do gem 'puma', '~> 2.0' end -gem 'sinatra', '~> 1.4.2' +gem 'sinatra', '~> 2.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index c098d897..a23b3baa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,27 +23,31 @@ GEM kramdown (0.14.2) liquid (2.3.0) maruku (0.7.2) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) posix-spawn (0.3.9) puma (2.15.3) pygments.rb (0.3.7) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - rack (1.6.4) - rack-protection (1.5.3) + rack (2.2.3) + rack-protection (2.2.0) rack rake (10.4.0) rb-fsevent (0.9.4) rdiscount (2.0.7.3) + ruby2_keywords (0.0.5) rubypants (0.2.0) sass (3.2.19) sass-globbing (1.0.0) sass (>= 3.1) - sinatra (1.4.5) - rack (~> 1.4) - rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) stringex (1.5.1) - tilt (1.4.1) + tilt (2.0.10) yajl-ruby (1.1.0) PLATFORMS @@ -63,7 +67,7 @@ DEPENDENCIES rubypants (~> 0.2.0) sass (~> 3.2) sass-globbing (~> 1.0.0) - sinatra (~> 1.4.2) + sinatra (~> 2.2.0) stringex (~> 1.5.1) BUNDLED WITH