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.3

This commit is contained in:
Mikel Lindsaar 2009-12-17 12:35:07 +11:00
parent 63b124b043
commit f176c94663

View file

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