diff --git a/Rakefile b/Rakefile index 0f29a0f3..34c08853 100644 --- a/Rakefile +++ b/Rakefile @@ -49,7 +49,7 @@ desc 'Update banned IPs list' task :update_blocked_ips => [:environment] do IO.copy_stream( - open('http://www.stopforumspam.com/downloads/listed_ip_90.zip'), + open('https://www.stopforumspam.com/downloads/listed_ip_90.zip'), '/tmp/listed_ip_90.zip' )