summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-12-28 16:48:03 +0000
committerRobert Speicher <robert@gitlab.com>2017-12-28 16:48:03 +0000
commiteb400b5e029ce35c516056043560ab880276334f (patch)
treee7adde6af6c73a160a01a3d427881bdbf3f84cdd
parent0ea75205df7646c7682d3145e17a292fd632835b (diff)
parente55e814e20ebb57fcf4a0e2fb7e5fd89cea10eb5 (diff)
downloadgitlab-ce-eb400b5e029ce35c516056043560ab880276334f.tar.gz
Merge branch 'sh-bump-sidekiq-5.0.5' into 'master'
Bump Sidekiq version to 5.0.5 See merge request gitlab-org/gitlab-ce!16151
-rw-r--r--Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 0b714b6fe5d..83c8637c28d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -708,7 +708,7 @@ GEM
json
recursive-open-struct (1.0.0)
redcarpet (3.4.0)
- redis (3.3.3)
+ redis (3.3.5)
redis-actionpack (5.0.2)
actionpack (>= 4.0, < 6)
redis-rack (>= 1, < 3)
@@ -839,11 +839,11 @@ GEM
rack
shoulda-matchers (3.1.2)
activesupport (>= 4.0.0)
- sidekiq (5.0.4)
+ sidekiq (5.0.5)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
rack-protection (>= 1.5.0)
- redis (~> 3.3, >= 3.3.3)
+ redis (>= 3.3.4, < 5)
sidekiq-cron (0.6.0)
rufus-scheduler (>= 3.3.0)
sidekiq (>= 4.2.1)