From ff1a97e1e91387f56747ea46062df6f2ac6fd570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:02:32 +0000 Subject: [PATCH] Bump sinatra from 1.4.8 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.8 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.8...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 63c4e89..adc2aa7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' ruby "2.5.3" -gem 'sinatra', '~> 1' +gem 'sinatra', '~> 2' gem 'redis' gem 'rake' gem "puma" diff --git a/Gemfile.lock b/Gemfile.lock index 7563f28..576e59e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,12 +7,14 @@ GEM diff-lcs (1.3) docile (1.1.5) json (2.1.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) puma (3.12.4) - rack (1.6.13) + rack (2.2.3) rack-console (1.3.1) rack (>= 1.1) rack-test - rack-protection (1.5.5) + rack-protection (2.2.0) rack rack-test (0.8.3) rack (>= 1.0, < 3) @@ -31,16 +33,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) + ruby2_keywords (0.0.5) simplecov (0.15.1) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - tilt (2.0.8) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) + tilt (2.0.10) PLATFORMS ruby @@ -55,7 +59,7 @@ DEPENDENCIES redis rspec simplecov - sinatra (~> 1) + sinatra (~> 2) RUBY VERSION ruby 2.5.3p105