1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Updating requirement for mail to 1.3.4

This commit is contained in:
Mikel Lindsaar 2009-12-17 13:17:35 +11:00
parent f176c94663
commit 8950346f8a

View file

@ -55,5 +55,5 @@ module Net
end
gem 'mail', '>= 1.3.3'
gem 'mail', '>= 1.3.4'
require 'mail'