From 0dd668de4077afecd48f67ba24938be5e7c9c55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:05:53 +0000 Subject: [PATCH] build(deps): bump sinatra from 2.0.8.1 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.8.1 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.8.1...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index b8c5ea6..aa16019 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'select2-rails', '~> 3' # background jobs gem 'sidekiq' gem 'sidekiq-limit_fetch' -gem 'sinatra', '~> 2.0.0.beta2' +gem 'sinatra', '~> 2.2.0' # file upload gem 'carrierwave' diff --git a/Gemfile.lock b/Gemfile.lock index 187ee6b..6734428 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -455,7 +455,7 @@ GEM public_suffix (4.0.6) racc (1.5.2) rack (2.2.3) - rack-protection (2.0.8.1) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -596,10 +596,10 @@ GEM simple_form (5.1.0) actionpack (>= 5.2) activemodel (>= 5.2) - sinatra (2.0.8.1) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) sitemap_generator (6.1.2) builder (~> 3.0) @@ -716,7 +716,7 @@ DEPENDENCIES sidekiq sidekiq-limit_fetch simple_form - sinatra (~> 2.0.0.beta2) + sinatra (~> 2.2.0) sitemap_generator slack-notifier slackistrano