Bump sidekiq from 4.2.10 to 5.2.0

Bumps [sidekiq](https://github.com/mperham/sidekiq) from 4.2.10 to 5.2.0.
- [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/v4.2.10...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-06 23:17:30 +00:00 committed by GitHub
parent f5613d2776
commit 96ed1b62b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

View file

@ -9,7 +9,7 @@ gem 'sinatra-flash', require: 'sinatra/flash'
gem 'sinatra-xsendfile', require: 'sinatra/xsendfile'
gem 'puma', require: nil
gem 'rmagick', require: nil
gem 'sidekiq', '~> 4.2.10'
gem 'sidekiq', '~> 5.2.0'
gem 'mail'
gem 'tilt'
gem 'erubis'

View file

@ -44,8 +44,8 @@ GEM
certified (1.0.0)
climate_control (0.2.0)
coderay (1.1.2)
concurrent-ruby (1.1.6)
connection_pool (2.2.2)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
@ -229,11 +229,10 @@ GEM
sequel (>= 4.38.0)
shotgun (0.9.2)
rack (>= 1.0)
sidekiq (4.2.10)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
sidekiq (5.2.0)
connection_pool (~> 2.2, >= 2.2.2)
rack-protection (>= 1.5.0)
redis (~> 3.2, >= 3.2.1)
redis (>= 3.3.5, < 5)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
@ -352,7 +351,7 @@ DEPENDENCIES
sequel
sequel_pg
shotgun
sidekiq (~> 4.2.10)
sidekiq (~> 5.2.0)
simplecov
simpleidn
sinatra (= 2.0.5)