diff options
author | Stan Hu <stanhu@gmail.com> | 2017-07-10 22:40:06 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-07-10 22:40:06 -0700 |
commit | 1f5b77715362eccbd7a2d37f9783aeb19260df75 (patch) | |
tree | 300046afe70e2a58ab32509b77b4d6794d6d57df /Gemfile.lock | |
parent | 0b434daf52cb93ea42cb49ce15aa59dd01599181 (diff) | |
download | gitlab-ce-1f5b77715362eccbd7a2d37f9783aeb19260df75.tar.gz |
Update Sidekiq from 5.0.0 to 5.0.4sh-bump-sidekiq
See: https://github.com/mperham/sidekiq/blob/master/Changes.md
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 deaf3ded2f9..085ae9fe63e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -780,7 +780,7 @@ GEM rack shoulda-matchers (2.8.0) activesupport (>= 3.0.0) - sidekiq (5.0.0) + sidekiq (5.0.4) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) rack-protection (>= 1.5.0) |