Merge pull request #1849 from olleolleolle/patch-4

rack-protection gemspec: Use https URL to homepage
This commit is contained in:
Jordan Owens 2022-12-22 15:30:23 -05:00 committed by GitHub
commit a81af47ec1
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']