Skip to content

Commit

Permalink
Change require mail version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Nov 23, 2009
1 parent 2e453d9 commit 3a72923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ module Net

autoload :MailHelper, 'action_mailer/mail_helper'

gem 'mail', '>= 1.2.9'
gem 'mail', '>= 1.3.0'
require 'mail'

0 comments on commit 3a72923

Please sign in to comment.