From 4084b524f81f77b344a25b528f005359406d6db2 Mon Sep 17 00:00:00 2001 From: Marcel Taeumel Date: Mon, 24 Jul 2023 10:49:14 +0200 Subject: [PATCH] Update Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index b3ae5e1..0412fa3 100644 --- a/Rakefile +++ b/Rakefile @@ -20,7 +20,7 @@ task :test do /^(https?\:\/\/)?(www\.)?doi\.org\/10\.1145\/.+$/, /^(https?\:\/\/)?(www\.)?portal\.acm\.org\/citation\.cfm.+$/, /^(https?\:\/\/)?(www\.)?github\.com\/search\?.+$/, - /^(https?\:\/\/)?(www\.)?aidaweb\.si\/.+$/ ], + /^(https?\:\/\/)?(www\.)?aidaweb\.si\/.*$/ ], :typhoeus => { :ssl_verifypeer => false, :ssl_verifyhost => 0 }