From 01e105c8726fcb6ce83d659282a111052899dc47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:04:01 +0000 Subject: [PATCH] build(deps): bump sinatra from 2.0.8.1 to 2.2.3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.8.1 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.8.1...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index b8c5ea6..c9ea460 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.3' # file upload gem 'carrierwave' diff --git a/Gemfile.lock b/Gemfile.lock index 187ee6b..e4856cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -408,7 +408,7 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) nested_form (0.3.2) net-scp (3.0.0) @@ -454,8 +454,8 @@ GEM pg (1.2.3) public_suffix (4.0.6) racc (1.5.2) - rack (2.2.3) - rack-protection (2.0.8.1) + rack (2.2.4) + rack-protection (2.2.3) 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) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) tilt (~> 2.0) sitemap_generator (6.1.2) builder (~> 3.0) @@ -623,7 +623,7 @@ GEM temple (0.8.2) thor (1.1.0) thread_safe (0.3.6) - tilt (2.0.10) + tilt (2.0.11) timecop (0.9.4) tzinfo (1.2.9) thread_safe (~> 0.1) @@ -716,7 +716,7 @@ DEPENDENCIES sidekiq sidekiq-limit_fetch simple_form - sinatra (~> 2.0.0.beta2) + sinatra (~> 2.2.3) sitemap_generator slack-notifier slackistrano