From f2cd5a8b998631a0e4397ce7f97297576095f20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 22:04:42 +0000 Subject: [PATCH] Bump sinatra from 2.0.0 to 2.0.8.1 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.0 to 2.0.8.1. - [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.0...v2.0.8.1) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 42854c2..6fe974c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,14 +25,15 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) minitest (5.10.2) - mustermann (1.0.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) netrc (0.11.0) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) rack (2.0.3) - rack-protection (2.0.0) + rack-protection (2.0.8.1) rack rake (12.0.0) require_all (1.4.0) @@ -40,12 +41,13 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) + ruby2_keywords (0.0.5) shotgun (0.9.2) rack (>= 1.0) - sinatra (2.0.0) + sinatra (2.0.8.1) mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.0) + rack-protection (= 2.0.8.1) tilt (~> 2.0) sinatra-activerecord (2.0.13) activerecord (>= 3.2) @@ -53,7 +55,7 @@ GEM slop (3.6.0) sqlite3 (1.3.13) thread_safe (0.3.6) - tilt (2.0.7) + tilt (2.0.10) tzinfo (1.2.3) thread_safe (~> 0.1) unf (0.1.4)