forked from e621ng/e621ng
[Gems] Lock sidekiq to v6
sidekiq-unique-jobs is incompatible with sidekiq 7, but doesn't prevent the upgrade.
This commit is contained in:
parent
963b67d0b9
commit
044901ab44
2
Gemfile
2
Gemfile
@ -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'
|
||||
|
@ -436,7 +436,7 @@ DEPENDENCIES
|
||||
sanitize
|
||||
shoulda-context
|
||||
shoulda-matchers
|
||||
sidekiq
|
||||
sidekiq (~> 6.0)
|
||||
sidekiq-unique-jobs
|
||||
simple_form
|
||||
solargraph
|
||||
|
Loading…
Reference in New Issue
Block a user