From bdcc7d2346c75de32c9a363bbc7ac1becd8f5e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:15:45 +0000 Subject: [PATCH] Bump sinatra from 1.3.2 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.3.2 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/1.3.2...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 2d73c58..f000b00 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "http://rubygems.org" ruby "2.4.2" gem 'builder' -gem 'sinatra', '~> 1.3.2' +gem 'sinatra', '~> 2.2.0' gem 'redcarpet' gem 'coderay', '0.9.6' gem 'dragonfly', '0.8.2' diff --git a/Gemfile.lock b/Gemfile.lock index 4b2b4b0..f4c8312 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,21 +11,25 @@ GEM thor (>= 0.13.6) http_accept_language (1.0.2) multi_json (1.0.3) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) puma (3.11.4) - rack (1.6.5) + rack (2.2.3) rack-contrib (1.1.0) rack (>= 0.9.1) - rack-protection (1.2.0) + rack-protection (2.2.0) rack redcarpet (2.2.2) + ruby2_keywords (0.0.5) shotgun (0.9) rack (>= 1.0) - sinatra (1.3.2) - rack (~> 1.3, >= 1.3.6) - rack-protection (~> 1.2) - tilt (~> 1.3, >= 1.3.3) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) thor (0.18.1) - tilt (1.3.3) + tilt (2.0.10) PLATFORMS ruby @@ -41,7 +45,7 @@ DEPENDENCIES rack-contrib redcarpet shotgun - sinatra (~> 1.3.2) + sinatra (~> 2.2.0) RUBY VERSION ruby 2.4.2p198