diff options
author | Benjamin Fleischer <github@benjaminfleischer.com> | 2014-06-08 10:07:08 -0500 |
---|---|---|
committer | Benjamin Fleischer <github@benjaminfleischer.com> | 2014-06-08 10:08:41 -0500 |
commit | 2af26960a86d03f1d134f232351b4301d4b07e91 (patch) | |
tree | 794d1443e74ac9a9d50c6ad3f619845e3dca1bec /Gemfile | |
parent | e385b853533e15223c89fccde8b20342bbe6528c (diff) | |
download | rails-2af26960a86d03f1d134f232351b4301d4b07e91.tar.gz rails-2af26960a86d03f1d134f232351b4301d4b07e91.tar.bz2 rails-2af26960a86d03f1d134f232351b4301d4b07e91.zip |
Mail 2.6.1 silences excessive warnings; remove Gemfile hack
Completes https://github.com/rails/rails/pull/15493
Revert "For our build, stick with mail 2.5.x for now"
This reverts commit b8f586a094c104006d29a87fee0d8b48d0af2d14.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ 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) |