aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorBenjamin Fleischer <github@benjaminfleischer.com>2014-06-08 10:07:08 -0500
committerBenjamin Fleischer <github@benjaminfleischer.com>2014-06-08 10:08:41 -0500
commit2af26960a86d03f1d134f232351b4301d4b07e91 (patch)
tree794d1443e74ac9a9d50c6ad3f619845e3dca1bec /Gemfile
parente385b853533e15223c89fccde8b20342bbe6528c (diff)
downloadrails-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--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 86ac145b73..2a695df618 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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)