summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-15 23:18:52 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-15 23:18:52 +0200
commit2d8c4273ef831bb3eb0dd0680d1d99f11feb6c5d (patch)
treeeb99b8947b2c1411a092c74e27d4f4aee0925b2d /Gemfile
parent757fdd34dce9a6783d4d3fa9e91f8e302590f242 (diff)
downloadgitlab-ce-2d8c4273ef831bb3eb0dd0680d1d99f11feb6c5d.tar.gz
Fix models/ci/mail_service_spec.rb
- Change Notify to Ci::Notify - Downgrade sidekiq to fix CE errors: otherwise we need to check deliverables
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0cc69125c62..82adfb556f6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -128,7 +128,7 @@ gem 'acts-as-taggable-on', '~> 3.4'
# Background jobs
gem 'slim', '~> 2.0.2'
gem 'sinatra', '~> 1.4.4', require: nil
-gem 'sidekiq', '~> 3.3'
+gem 'sidekiq', '3.3.0'
gem 'sidetiq', '~> 0.6.3'
# HTTP requests