From b8f586a094c104006d29a87fee0d8b48d0af2d14 Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Thu, 5 Jun 2014 03:32:42 +0930 Subject: For our build, stick with mail 2.5.x for now 2.6 currently has many warnings, which are failing the Travis build. --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') 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) -- cgit v1.2.3