This repository has been archived on 2024-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
gitlab-foss/gitlab-13.10.0-Gemfile-mimemagic-fix.patch

12 lines
395 B
Diff

--- gitlab-foss-13.10.0/Gemfile.orig 2021-03-28 22:15:03.398252822 +0200
+++ gitlab-foss-13.10.0/Gemfile 2021-03-28 22:15:17.792514825 +0200
@@ -277,7 +277,7 @@
gem 'charlock_holmes', '~> 0.7.7'
# Detect mime content type from content
-gem 'mimemagic', '~> 0.3.2'
+gem 'mimemagic', '0.3.5', git: 'https://github.com/mimemagicrb/mimemagic', ref: '01f92d8'
# Faster blank
gem 'fast_blank'