diff options
author | Vinnie Okada <vokada@mrvinn.com> | 2015-03-21 09:34:33 -0600 |
---|---|---|
committer | Vinnie Okada <vokada@mrvinn.com> | 2015-03-21 09:34:33 -0600 |
commit | c5b5c2e7a5872e0e4e02fbb11abed2c58bebda45 (patch) | |
tree | 03424c0712d9945db515c2bf6534301a7494154e /Gemfile | |
parent | 6cf189f0a92772b9174f913e7c74a4889d54e9a6 (diff) | |
download | gitlab-ce-c5b5c2e7a5872e0e4e02fbb11abed2c58bebda45.tar.gz |
Add sidetiq dependency
Add the sidetiq gem to the Gemfile to match EE.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |