aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6d1472f2c3..99bb09553f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,6 +19,9 @@ gem "mysql", ">= 2.8.1"
gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git"
gem "RedCloth", ">= 4.2.2"
+# AM
+gem "mail", "~> 1.2.8"
+
if ENV['CI']
disable_system_gems