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
parent9e5c016847f99350d3eb5444d58a9e9944294fc6 (diff)
use resque mailer to send mail background
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e207f9f1d9e..c16885cce34 100644
--- a/Gemfile
+++ b/Gemfile
@@ -36,6 +36,7 @@ gem 'bootstrap-sass', "2.0.2"
gem "colored"
gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git"
gem 'modularity'
+gem 'resque_mailer'
group :assets do
gem "sass-rails", "3.2.3"