Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-11-30 08:17:29 +0300
committerRobert Speicher <robert@gitlab.com>2016-11-30 08:17:29 +0300
commitfb17ce1f2f25dde8988f3b2d3abf8d7fc4154c06 (patch)
treeefe9b2b53d4f29c80c1b2a3499d6d98c5287b608 /Gemfile
parent4a3a4131616d7041d28e1ef9316abe3772c45bad (diff)
parent49491e63b818b757bd05c9b1d0b447f1baf30db0 (diff)
Merge branch 'sh-update-sidekiq-cron' into 'master'
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: https://github.com/ondrejbartas/sidekiq-cron/commit/88ada926132d4658e3fd370c9f44899b6c88ccaf Closes #24376 See merge request !7815
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1d686199557..350ecd0ca02 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'