rack-protection gemspec: Use https URL to homepage

This commit is contained in:
Olle Jonsson 2022-12-22 11:16:59 +01:00 committed by GitHub
parent 186106d153
commit d964c0de38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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']