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-16 15:09:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-16 15:09:27 +0300
commit1624eb307d4ef80d9078d914ad1aeeb5bcd7f3c2 (patch)
tree29d7b366c19bf9d557813028198312a3a0c2b799 /Gemfile
parentf079dd371c4ccc0c08155c774408fa087a011731 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 7d46e9c123f..ca9a3443639 100644
--- a/Gemfile
+++ b/Gemfile
@@ -278,9 +278,6 @@ gem 'charlock_holmes', '~> 0.7.7'
# Detect mime content type from content
gem 'ruby-magic', '~> 0.4'
-# Fake version of the gem to trick bundler
-gem 'mimemagic', '0.3.7', path: 'vendor/shims/mimemagic', require: false
-
# Faster blank
gem 'fast_blank'