Bump sidekiq from 5.2.10 to 7.0.8

Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 5.2.10 to 7.0.8.
- [Release notes](https://github.com/sidekiq/sidekiq/releases)
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](https://github.com/sidekiq/sidekiq/compare/v5.2.10...v7.0.8)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-24 20:28:37 +00:00 committed by GitHub
parent 28ed2718ba
commit acf54a0eb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

View file

@ -8,7 +8,7 @@ gem 'bcrypt'
gem 'sinatra-flash', require: 'sinatra/flash'
gem 'sinatra-xsendfile', require: 'sinatra/xsendfile'
gem 'puma', '5.6.5', require: nil
gem 'sidekiq', '~> 5.2.0'
gem 'sidekiq', '~> 7.0.8'
gem 'mail'
gem 'net-smtp'
gem 'tilt'

View file

@ -49,7 +49,7 @@ GEM
climate_control (0.2.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.3.0)
connection_pool (2.4.0)
coveralls_reborn (0.25.0)
simplecov (>= 0.18.1, < 0.22.0)
term-ansicolor (~> 1.6)
@ -215,6 +215,8 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.5.1)
redis-client (0.14.1)
connection_pool
redis-namespace (1.9.0)
redis (>= 4)
regexp_parser (2.6.0)
@ -245,11 +247,11 @@ GEM
sequel (>= 4.38.0)
shotgun (0.9.2)
rack (>= 1.0)
sidekiq (5.2.10)
connection_pool (~> 2.2, >= 2.2.2)
rack (~> 2.0)
rack-protection (>= 1.5.0)
redis (~> 4.5, < 4.6.0)
sidekiq (7.0.8)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
@ -370,7 +372,7 @@ DEPENDENCIES
sequel
sequel_pg
shotgun
sidekiq (~> 5.2.0)
sidekiq (~> 7.0.8)
simplecov
simpleidn
sinatra