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>2023-03-15 00:14:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-15 00:14:38 +0300
commit338102393368a6775d6c59306a184f8083acc3f2 (patch)
treef7dd83eb4aaa3e28dc20dae98edcf28e25e4cfe5 /Gemfile
parent3828d19ab2d68dd6cafa6f08221e1eee572671e7 (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 172e7a7fb49..719e0393b00 100644
--- a/Gemfile
+++ b/Gemfile
@@ -305,7 +305,7 @@ gem 'licensee', '~> 9.15'
gem 'charlock_holmes', '~> 0.7.7'
# Detect mime content type from content
-gem 'ruby-magic', '~> 0.5'
+gem 'ruby-magic', '~> 0.6'
# Faster blank
gem 'fast_blank'