sidekiq
This commit is contained in:
parent
7bfd38eaa9
commit
c7bb3a1f72
14 changed files with 75 additions and 94 deletions
7
Gemfile
7
Gemfile
|
@ -81,8 +81,10 @@ gem "acts-as-taggable-on", "2.3.3"
|
|||
gem "draper", "~> 0.18.0"
|
||||
|
||||
# Background jobs
|
||||
gem "resque", git: "https://github.com/gitlabhq/resque.git", ref: "9ef4700306dd946a3ac000612428967ce0c32213"
|
||||
gem 'resque_mailer'
|
||||
gem 'slim'
|
||||
gem 'sinatra', :require => nil
|
||||
gem 'sidekiq', '2.6.4'
|
||||
gem 'sidekiq_mailer'
|
||||
|
||||
# HTTP requests
|
||||
gem "httparty"
|
||||
|
@ -157,7 +159,6 @@ group :test do
|
|||
gem "simplecov", require: false
|
||||
gem "shoulda-matchers", "1.3.0"
|
||||
gem 'email_spec'
|
||||
gem 'resque_spec'
|
||||
gem "webmock"
|
||||
gem 'test_after_commit'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue