From 0860d45c5698b5cd14812cc13cae01dcfc5e19fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:46:56 +0000 Subject: [PATCH] Bump sinatra and sidekiq Bumps [sinatra](https://github.com/sinatra/sinatra) and [sidekiq](https://github.com/mperham/sidekiq). These dependencies needed to be updated together. Updates `sinatra` from 2.0.7 to 3.0.4 - [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.7...v3.0.4) Updates `sidekiq` from 5.2.7 to 7.0.2 - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v5.2.7...v7.0.2) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 47 ++++++++++++++++++++++++----------------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index b0fa7fc..cd52cc6 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "http://rubygems.org/" gem 'sinatra' gem 'sinatra-contrib' gem 'rake' -gem 'sidekiq', '~> 5.2.7' +gem 'sidekiq', '~> 7.0.2' gem 'rufus-scheduler', '~> 3.4' gem 'sidekiq-cron' gem 'bcrypt' diff --git a/Gemfile.lock b/Gemfile.lock index a69c1f3..45a3896 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,6 @@ GEM airbrussh (1.3.3) sshkit (>= 1.6.1, != 1.7.0) arel (9.0.0) - backports (3.15.0) bcrypt (3.1.13) better_errors (2.5.1) coderay (>= 1.0.0) @@ -40,7 +39,7 @@ GEM capistrano-bundler (~> 1.1) coderay (1.1.2) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.3.0) crass (1.0.4) debug_inspector (0.0.3) domain_name (0.5.20190701) @@ -83,9 +82,10 @@ GEM mime-types-data (3.2019.0904) mini_portile2 (2.4.0) minitest (5.11.3) - multi_json (1.13.1) + multi_json (1.15.0) multi_xml (0.6.0) - mustermann (1.0.3) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) net-http-digest_auth (1.4.1) net-http-persistent (3.1.0) connection_pool (~> 2.2) @@ -117,19 +117,21 @@ GEM puma (4.1.0) nio4r (~> 2.0) raabro (1.1.6) - rack (2.0.7) - rack-protection (2.0.7) + rack (2.2.4) + rack-protection (3.0.4) rack rake (12.3.3) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.2) + redis-client (0.11.2) + connection_pool rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) + ruby2_keywords (0.0.5) rufus-scheduler (3.6.0) fugit (~> 1.1, >= 1.1.6) sass (3.7.4) @@ -138,28 +140,27 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) sax-machine (1.3.2) - sidekiq (5.2.7) - connection_pool (~> 2.2, >= 2.2.2) - rack (>= 1.5.0) - rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 5) + sidekiq (7.0.2) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) sidekiq-cron (1.1.0) fugit (~> 1.1) sidekiq (>= 4.2.1) - sinatra (2.0.7) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.7) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) tilt (~> 2.0) sinatra-activerecord (2.0.13) activerecord (>= 3.2) sinatra (>= 1.0) - sinatra-contrib (2.0.7) - backports (>= 2.8.2) + sinatra-contrib (3.0.4) multi_json - mustermann (~> 1.0) - rack-protection (= 2.0.7) - sinatra (= 2.0.7) + mustermann (~> 3.0) + rack-protection (= 3.0.4) + sinatra (= 3.0.4) tilt (~> 2.0) sinatra-flash (0.3.0) sinatra (>= 1.0.0) @@ -167,7 +168,7 @@ GEM net-scp (>= 1.1.2) net-ssh (>= 2.8.0) thread_safe (0.3.6) - tilt (2.0.9) + tilt (2.0.11) tzinfo (1.2.5) thread_safe (~> 0.1) unf (0.1.4) @@ -204,7 +205,7 @@ DEPENDENCIES rest-client rufus-scheduler (~> 3.4) sass - sidekiq (~> 5.2.7) + sidekiq (~> 7.0.2) sidekiq-cron sinatra sinatra-activerecord