Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinnie Okada <vokada@mrvinn.com>2015-03-21 18:34:33 +0300
committerVinnie Okada <vokada@mrvinn.com>2015-03-21 18:34:33 +0300
commitc5b5c2e7a5872e0e4e02fbb11abed2c58bebda45 (patch)
tree03424c0712d9945db515c2bf6534301a7494154e /Gemfile
parent6cf189f0a92772b9174f913e7c74a4889d54e9a6 (diff)
Add sidetiq dependency
Add the sidetiq gem to the Gemfile to match EE.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 285ccf32b66..e7f75055f3f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -121,6 +121,7 @@ gem "acts-as-taggable-on"
gem 'slim'
gem 'sinatra', require: nil
gem 'sidekiq', '~> 3.3'
+gem 'sidetiq', '0.6.3'
# HTTP requests
gem "httparty"