[Gems] Lock sidekiq to v6

sidekiq-unique-jobs is incompatible with sidekiq 7, but doesn't prevent the upgrade.
This commit is contained in:
Earlopain 2022-11-25 09:13:30 +01:00
parent 963b67d0b9
commit 044901ab44
No known key found for this signature in database
GPG Key ID: 237AA8F8D0D0577F
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ gem 'httparty'
gem 'recaptcha', require: "recaptcha/rails"
gem 'webpacker', '>= 4.0.x'
gem 'retriable'
gem 'sidekiq'
gem 'sidekiq', '~> 6.0'
gem 'marcel'
# bookmarks for later, if they are needed
# gem 'sidekiq-worker-killer'

View File

@ -436,7 +436,7 @@ DEPENDENCIES
sanitize
shoulda-context
shoulda-matchers
sidekiq
sidekiq (~> 6.0)
sidekiq-unique-jobs
simple_form
solargraph