Update Sidekiq-cron to fix compatibility issues with Sidekiq 4.2.1
The "Enqueue Now" button would not work in the admin panel due to changes in the Web extension interface. Closes #24376
Showing
... | ... | @@ -133,7 +133,7 @@ gem 'acts-as-taggable-on', '~> 4.0' |
# Background jobs | ||
gem 'sidekiq', '~> 4.2' | ||
gem 'sidekiq-cron', '~> 0.4.0' | ||
gem 'sidekiq-cron', '~> 0.4.4' | ||
gem 'redis-namespace', '~> 1.5.2' | ||
gem 'sidekiq-limit_fetch', '~> 3.4' | ||
... | ... |
Please register or sign in to comment