From c97941d189d10c402dd778265d046b096b67398c Mon Sep 17 00:00:00 2001
From: Heinrich Lee Yu <heinrich@gitlab.com>
Date: Thu, 25 Mar 2021 14:40:37 +0800
Subject: [PATCH] Add a homepage for mimemagic shim

license_finder fails when the gemspec does not have a homepage
---
 vendor/shims/mimemagic/mimemagic.gemspec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vendor/shims/mimemagic/mimemagic.gemspec b/vendor/shims/mimemagic/mimemagic.gemspec
index 3b92efd62190..f05f8d5bb417 100644
--- a/vendor/shims/mimemagic/mimemagic.gemspec
+++ b/vendor/shims/mimemagic/mimemagic.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
 
   spec.summary       = %q{MimeMagic shim}
   spec.description   = %q{A shim for mimemagic}
+  spec.homepage      = "https://gitlab.com/gitlab-org/gitlab/-/tree/master/vendor/shims/mimemagic"
   spec.license       = "MIT"
   spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
 
-- 
GitLab