Use ruby-magic gem instead of mimemagic gem
due to licensing issues
Showing
... | ... | @@ -274,7 +274,7 @@ gem 'licensee', '~> 9.14.1' |
gem 'charlock_holmes', '~> 0.7.7' | ||
# Detect mime content type from content | ||
gem 'mimemagic', '~> 0.3.2' | ||
gem 'ruby-magic' | ||
# Faster blank | ||
gem 'fast_blank' | ||
... | ... |
Please register or sign in to comment