Updating action_mailer to need mail 1.4.1

This commit is contained in:
Mikel Lindsaar 2009-12-27 21:42:33 +11:00
parent 331d375cc3
commit fd58a2d1da
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@ module Net
end
gem 'mail', '>= 1.4.0'
gem 'mail', '>= 1.4.1'
require 'mail'