From 4c17d207536e5b470f9f36f896da5730b961eaa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:54:03 +0000 Subject: [PATCH] Bump sinatra from 1.4.6 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.6 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.6...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index af3fe0a..9e9ce11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,13 +37,13 @@ GEM cinch (2.2.5) coderay (1.1.0) configatron (4.5.0) - daemons (1.2.2) + daemons (1.4.1) domain_name (0.5.24) unf (>= 0.0.5, < 1.0.0) dotenv (0.11.1) dotenv-deployment (~> 0.0.2) dotenv-deployment (0.0.2) - eventmachine (1.0.7) + eventmachine (1.2.7) ffi (1.9.3) hashie (2.0.5) http-cookie (1.0.2) @@ -72,6 +72,8 @@ GEM mongo (1.12.1) bson (= 1.12.1) multi_json (1.11.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) netrc (0.10.3) numerizer (0.1.1) powerbar (1.0.11) @@ -81,8 +83,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rack (1.6.0) - rack-protection (1.5.3) + rack (2.2.3) + rack-protection (2.2.0) rack rake (10.3.2) rb-fsevent (0.9.4) @@ -94,17 +96,19 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) netrc (~> 0.7) - sinatra (1.4.6) - rack (~> 1.4) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + ruby2_keywords (0.0.5) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) slop (3.6.0) - thin (1.6.3) + thin (1.8.1) daemons (~> 1.0, >= 1.0.9) - eventmachine (~> 1.0) - rack (~> 1.0) + eventmachine (~> 1.0, >= 1.0.4) + rack (>= 1, < 3) thread_safe (0.3.5) - tilt (2.0.1) + tilt (2.0.10) timers (1.1.0) tzinfo (0.3.44) unf (0.1.4)