From 0788d7e424b91a6c3f07a811bc2a73c189892c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:01:07 +0000 Subject: [PATCH] Bump sinatra from 2.0.3 to 2.2.3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.3 to 2.2.3. - [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.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index ed84c00..a38f7fe 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'sidekiq', '~> 4.0.0' gem 'redis-namespace' gem 'puma' -gem 'sinatra', '~> 2.0.3' +gem 'sinatra', '~> 2.2.3' gem 'rake', '~> 12.3.3' gem 'sentry-raven' diff --git a/Gemfile.lock b/Gemfile.lock index a8125b6..b6ced0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,15 +45,16 @@ GEM metriks (>= 0.9.9.6) minitest (5.11.3) multipart-post (2.0.0) - mustermann (1.0.3) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) nio4r (2.5.8) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) puma (4.3.9) nio4r (~> 2.0) - rack (2.2.3) - rack-protection (2.0.3) + rack (2.2.4) + rack-protection (2.2.3) rack rack-test (1.0.0) rack (>= 1.0, < 3) @@ -69,20 +70,21 @@ GEM rspec-expectations (2.99.2) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.99.4) + ruby2_keywords (0.0.5) sentry-raven (2.7.3) faraday (>= 0.7.6, < 1.0) sidekiq (4.0.2) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) redis (~> 3.2, >= 3.2.1) - sinatra (2.0.3) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.3) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) tilt (~> 2.0) thor (0.20.0) thread_safe (0.3.6) - tilt (2.0.8) + tilt (2.0.11) timecop (0.9.1) travis-config (1.0.13) hashr (~> 2.0.0) @@ -107,7 +109,7 @@ DEPENDENCIES rspec (~> 2.9) sentry-raven sidekiq (~> 4.0.0) - sinatra (~> 2.0.3) + sinatra (~> 2.2.3) timecop travis-config (~> 1.0.0) travis-support!