diff options
author | Stan Hu <stanhu@gmail.com> | 2016-11-28 23:38:14 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-11-29 05:55:52 -0800 |
commit | 49491e63b818b757bd05c9b1d0b447f1baf30db0 (patch) | |
tree | 39924b22253128d006ff877a6f8c29317b1ad687 /Gemfile | |
parent | b8f9949a70005978e83a3aaffbe0836c75d24b74 (diff) | |
download | gitlab-ce-49491e63b818b757bd05c9b1d0b447f1baf30db0.tar.gz |
Update Sidekiq-cron to fix compatibility issues with Sidekiq 4.2.1sh-update-sidekiq-cron
The "Enqueue Now" button would not work in the admin panel due to
changes in the Web extension interface.
Closes #24376
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |