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:
authorRickXing <oreofish@gmail.com>2012-05-12 13:01:09 +0400
committerRickXing <oreofish@gmail.com>2012-05-12 13:01:09 +0400
commit25b80767bd0b7f715d5e0d77644788e11c3d585c (patch)
tree099b9fa7290698de9955a9e4f587f55f7dcf84ac /Gemfile.lock
parent9e5c016847f99350d3eb5444d58a9e9944294fc6 (diff)
use resque mailer to send mail background
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 963d58a8f8c..50d3538d305 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -222,6 +222,9 @@ GEM
redis-namespace (~> 1.0.2)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
+ resque_mailer (2.0.3)
+ actionmailer (>= 3.0.0)
+ resque (>= 1.2.3)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
@@ -348,6 +351,7 @@ DEPENDENCIES
rake
redcarpet (~> 2.1.1)
resque (~> 1.20.0)
+ resque_mailer
rspec-rails
sass-rails (= 3.2.3)
seed-fu