From d964c0de38c9bb08b79c6cba22d5a599512bc870 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 22 Dec 2022 11:16:59 +0100 Subject: [PATCH] rack-protection gemspec: Use https URL to homepage --- rack-protection/rack-protection.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rack-protection/rack-protection.gemspec b/rack-protection/rack-protection.gemspec index 354a66b2..c473815b 100644 --- a/rack-protection/rack-protection.gemspec +++ b/rack-protection/rack-protection.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.name = 'rack-protection' s.version = version s.description = 'Protect against typical web attacks, works with all Rack apps, including Rails.' - s.homepage = 'http://sinatrarb.com/protection/' + s.homepage = 'https://sinatrarb.com/protection/' s.summary = s.description s.license = 'MIT' s.authors = ['https://github.com/sinatra/sinatra/graphs/contributors']