diff options
author | Matthew Draper <matthew@trebex.net> | 2014-06-05 03:32:42 +0930 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2014-06-05 03:32:42 +0930 |
commit | b8f586a094c104006d29a87fee0d8b48d0af2d14 (patch) | |
tree | 7050d35f5ecc6b749d2e6c1f9f6a493d60f42439 /Gemfile | |
parent | 672864e7387d07207fa4b6ce7f9e54cac9d29e45 (diff) | |
download | rails-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |