aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile3
-rw-r--r--actionmailer/actionmailer.gemspec1
2 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 99bb09553f..6d1472f2c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,9 +19,6 @@ 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
diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec
index efe50c4f84..6de4986430 100644
--- a/actionmailer/actionmailer.gemspec
+++ b/actionmailer/actionmailer.gemspec
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "http://www.rubyonrails.org"
s.add_dependency('actionpack', '= 3.0.pre')
+ s.add_dependency('mail', '~> 1.2.8')
s.files = Dir['CHANGELOG', 'README', 'MIT-LICENSE', 'lib/**/*']
s.has_rdoc = true