Deprecate UnsafeSubversionDownloadStrategy

This commit is contained in:
Jack Nagel 2014-12-18 16:45:15 -05:00
parent eec429b9b6
commit ef48a5e7d7

View File

@ -627,7 +627,7 @@ class ResourceAuditor
if using == :ssl3 || using == CurlSSL3DownloadStrategy
problem "The SSL3 download strategy is deprecated, please choose a different URL"
elsif using == CurlUnsafeDownloadStrategy
elsif using == CurlUnsafeDownloadStrategy || using == UnsafeSubversionDownloadStrategy
problem "#{using.name} is deprecated, please choose a different URL"
end