summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-11-28 19:06:21 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-12-04 18:11:49 +0100
commit18164afbccf90074abf55e2bcdb91204b213ede1 (patch)
treea015c739f439b33aa520821ae979f1f73844a8c4 /Gemfile
parentd7fa9952efef4316cdaa1c7c86c4b8c2c6703bc7 (diff)
downloadgitlab-ce-18164afbccf90074abf55e2bcdb91204b213ede1.tar.gz
Update Sidekiq to 2.17.8
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 613ef11cf4d..b4ca5969277 100644
--- a/Gemfile
+++ b/Gemfile
@@ -112,7 +112,7 @@ gem "acts-as-taggable-on"
# Background jobs
gem 'slim'
gem 'sinatra', require: nil
-gem 'sidekiq', '2.17.0'
+gem 'sidekiq', '2.17.8'
# HTTP requests
gem "httparty"