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:
authorDouwe Maan <douwe@selenight.nl>2017-04-26 17:59:48 +0300
committerDouwe Maan <douwe@selenight.nl>2017-04-26 17:59:52 +0300
commitda9d787ac0ee3a193b70acf6535d9d5722db4f1a (patch)
tree0850b214d69a56505182cf765e872b3c83c27cff /Gemfile
parentd39b16d06d9e98fbd1898140341a0e08ee61edf3 (diff)
Bump Sidekiq to 5.0.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index decbcfe6375..41c2dcfd76e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -144,7 +144,7 @@ gem 'after_commit_queue', '~> 1.3.0'
gem 'acts-as-taggable-on', '~> 4.0'
# Background jobs
-gem 'sidekiq', '~> 4.2.7'
+gem 'sidekiq', '~> 5.0'
gem 'sidekiq-cron', '~> 0.4.4'
gem 'redis-namespace', '~> 1.5.2'
gem 'sidekiq-limit_fetch', '~> 3.4'