Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-04 00:09:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-04 00:09:19 +0300
commitab032f621cecdd4ade1f7216130ac1a6ab12bc18 (patch)
treeb6777ac2ecd7d5b869721d2af03375f9bbef4489 /Gemfile
parent1c672bf967258bbcedc74ff769aabe684f349314 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index af6fe3c562e..c4b97655b04 100644
--- a/Gemfile
+++ b/Gemfile
@@ -274,7 +274,7 @@ gem 'licensee', '~> 9.14.1'
gem 'charlock_holmes', '~> 0.7.7'
# Detect mime content type from content
-gem 'ruby-magic-static', '~> 0.3.5'
+gem 'ruby-magic', '~> 0.3.2'
# Fake version of the gem to trick bundler
gem 'mimemagic', '0.3.7', path: 'vendor/shims/mimemagic', require: false