From 0e6ff961756951000ee5cb51a2514f4c9af72d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:03:53 +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 68006df..c4fd7ea 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # A sample Gemfile source "https://rubygems.org" -gem 'sinatra', '~> 1.4.5' +gem 'sinatra', '~> 2.2.0' gem 'puma' gem 'dogstatsd-ruby', '~> 1.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index e150970..bc03e9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,6 +38,8 @@ GEM minitest (5.11.3) multi_json (1.13.1) multipart-post (2.1.1) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) mysql2 (0.3.21) net-http-persistent (2.9.4) net-http-pipeline (1.0.1) @@ -53,8 +55,8 @@ GEM pusher-client (0.6.2) json websocket (~> 1.0) - rack (1.6.11) - rack-protection (1.5.5) + rack (2.2.3) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -82,12 +84,14 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) - sinatra (1.4.8) - rack (~> 1.5) - 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) thread_safe (0.3.6) - tilt (2.0.9) + tilt (2.0.10) timecop (0.9.1) travis (1.8.10) backports @@ -122,7 +126,7 @@ DEPENDENCIES rb-readline rspec rubocop - sinatra (~> 1.4.5) + sinatra (~> 2.2.0) timecop travis zk