diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-04-01 18:37:45 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-04-01 18:37:45 +0200 |
commit | f732e6c8da83c46ac85dfd913f2adddaa1c8148d (patch) | |
tree | 2a9fc30ae6be7418681255172c6a077188fd69d4 /Gemfile.lock | |
parent | 69432c885c7f77489c2b3a3cf118c7622647ac9b (diff) | |
download | gitlab-ce-f732e6c8da83c46ac85dfd913f2adddaa1c8148d.tar.gz |
Pin sidekiq version to 2.17.0.
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 1a0bce98ac5..956cf1c4984 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -653,7 +653,7 @@ DEPENDENCIES select2-rails settingslogic shoulda-matchers (~> 2.1.0) - sidekiq + sidekiq (= 2.17.0) simplecov sinatra six |