Skip to content

Don't use Git in the mimemagic shim

Yorick Peterse requested to merge mimemagic-git-shim into master

What does this MR do?

Git isn't installed in our CNG runtime containers, so when the Gemspec is loaded an error is produced. Since we don't actually need to use Git, and only include two files, we can just hardcode the list of files to include in the Gem.

Merge request reports