From 35951f533bd89e7577456f7614cd7d3bfba02994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:19:03 +0000 Subject: [PATCH] Bump sinatra from 2.0.3 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.3 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/v2.0.3...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 53a4f4c..9879f0c 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'rake' # web counter -gem "sinatra", "~> 2.0.3" +gem "sinatra", "~> 2.2.0" gem "redis", "~> 4.0.1" gem "connection_pool", "~> 2.2.2" gem "puma", "~> 3.11.4" diff --git a/Gemfile.lock b/Gemfile.lock index aade578..a1adebc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,13 +32,14 @@ GEM mercenary (0.3.6) minima (2.1.1) jekyll (~> 3.3) - mustermann (1.0.2) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) pathutil (0.16.1) forwardable-extended (~> 2.6) public_suffix (3.0.2) puma (3.11.4) - rack (2.0.5) - rack-protection (2.0.3) + rack (2.2.3) + rack-protection (2.2.0) rack rake (12.3.1) rb-fsevent (0.10.3) @@ -46,18 +47,19 @@ GEM ffi (>= 0.5.0, < 2) redis (4.0.1) rouge (2.2.1) + ruby2_keywords (0.0.5) safe_yaml (1.0.4) sass (3.5.6) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sinatra (2.0.3) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.3) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - tilt (2.0.8) + tilt (2.0.10) PLATFORMS ruby @@ -70,7 +72,7 @@ DEPENDENCIES puma (~> 3.11.4) rake redis (~> 4.0.1) - sinatra (~> 2.0.3) + sinatra (~> 2.2.0) tzinfo-data BUNDLED WITH