aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-03-02 13:47:24 +0100
committerRobin Dupret <robin.dupret@gmail.com>2015-03-02 16:55:27 +0100
commit5140c07c026339e8b4db00fc054b3f5441b1db1a (patch)
treecc782421a40999206eff56d969fe499607428ba8 /Gemfile
parent823e4e91158a7e50a56fb92519fc50917b3b33fd (diff)
downloadrails-5140c07c026339e8b4db00fc054b3f5441b1db1a.tar.gz
rails-5140c07c026339e8b4db00fc054b3f5441b1db1a.tar.bz2
rails-5140c07c026339e8b4db00fc054b3f5441b1db1a.zip
Test against the mail gem's edge
The edge version ships with a patch that uses composition over inheritance for the Mail::PartsList object (see mikel/mail#782). Let's test Action Mailer against it to prevent eventual regressions and experience it. Moreover, this branch makes the Action Mailer suite green against Rubinius.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 074db1b4eb..25850ff34e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,6 +15,7 @@ gem 'jquery-rails', github: 'rails/jquery-rails', branch: 'master'
gem 'coffee-rails', '~> 4.1.0'
gem 'turbolinks'
gem 'arel', github: 'rails/arel', branch: 'master'
+gem 'mail', github: 'mikel/mail'
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid ActiveModel (and by extension the entire framework)