diff options
author | Stan Hu <stanhu@gmail.com> | 2017-04-24 21:45:53 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-04-24 21:48:05 -0700 |
commit | 5a8dd22766a72772f12c0008d4eb98e2b3cc264f (patch) | |
tree | abcde3b34c024d4c247e6de67881a0bd49571c32 /Gemfile.lock | |
parent | 080aac050d852c332181a0e3fed7821d52d16c1a (diff) | |
download | gitlab-ce-5a8dd22766a72772f12c0008d4eb98e2b3cc264f.tar.gz |
Upgrade Sidekiq to 4.2.10sh-bump-sidekiq-version
See https://github.com/mperham/sidekiq/blob/master/Changes.md#4210
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index bb91db1e805..69a5106ed52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -716,7 +716,7 @@ GEM rack shoulda-matchers (2.8.0) activesupport (>= 3.0.0) - sidekiq (4.2.7) + sidekiq (4.2.10) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) rack-protection (>= 1.5.0) |