mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #15573 from bf4/mail_2_6_1_released
Mail 2.6.1 silences excessive warnings; remove Gemfile hack
This commit is contained in:
commit
97ca81385e
1 changed files with 0 additions and 1 deletions
1
Gemfile
1
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)
|
||||
|
|
Loading…
Reference in a new issue