Merge branch 'update-ruby-magic' into 'master'
Use ruby-magic-static for the time being See merge request gitlab-org/gitlab!57487
Showing
... | ... | @@ -274,7 +274,7 @@ gem 'licensee', '~> 9.14.1' |
gem 'charlock_holmes', '~> 0.7.7' | ||
# Detect mime content type from content | ||
gem 'ruby-magic', '~> 0.3' | ||
gem 'ruby-magic-static', '~> 0.3.4' | ||
# Fake version of the gem to trick bundler | ||
gem 'mimemagic', '0.3.7', path: 'vendor/shims/mimemagic', require: false | ||
... | ... |
Please register or sign in to comment