diff options
author | Stan Hu <stanhu@gmail.com> | 2017-12-28 01:16:01 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-12-28 01:16:01 -0800 |
commit | e55e814e20ebb57fcf4a0e2fb7e5fd89cea10eb5 (patch) | |
tree | 7b5718a2640036617624f882fcdad16731008c0a /Gemfile.lock | |
parent | 4e0b6bf714f6e009c5a3ded5c3250ac9e178412f (diff) | |
download | gitlab-ce-e55e814e20ebb57fcf4a0e2fb7e5fd89cea10eb5.tar.gz |
Bump Sidekiq version to 5.0.5sh-bump-sidekiq-5.0.5
Minor changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
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) |