aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2014-06-05 03:32:42 +0930
committerMatthew Draper <matthew@trebex.net>2014-06-05 03:32:42 +0930
commitb8f586a094c104006d29a87fee0d8b48d0af2d14 (patch)
tree7050d35f5ecc6b749d2e6c1f9f6a493d60f42439 /Gemfile
parent672864e7387d07207fa4b6ce7f9e54cac9d29e45 (diff)
downloadrails-b8f586a094c104006d29a87fee0d8b48d0af2d14.tar.gz
rails-b8f586a094c104006d29a87fee0d8b48d0af2d14.tar.bz2
rails-b8f586a094c104006d29a87fee0d8b48d0af2d14.zip
For our build, stick with mail 2.5.x for now
2.6 currently has many warnings, which are failing the Travis build.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2a695df618..86ac145b73 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,6 +14,7 @@ gem 'coffee-rails', '~> 4.0.0'
gem 'arel', github: 'rails/arel', branch: 'master'
gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master'
gem 'i18n', github: 'svenfuchs/i18n', branch: 'master'
+gem 'mail', '~> 2.5.4'
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid ActiveModel (and by extension the entire framework)