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 'sinatra-xsendfile', require: 'sinatra/xsendfile'
gem 'puma', require: nil gem 'puma', require: nil
gem 'rmagick', require: nil gem 'rmagick', require: nil
gem 'sidekiq', '~> 4.2.10' gem 'sidekiq', '~> 5.2.0'
gem 'mail' gem 'mail'
gem 'tilt' gem 'tilt'
gem 'erubis' gem 'erubis'

View file

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