NXD: get mimemagic from github
mimemagic was yanked from rubygems, so this cause gitlab to fail building. To make it possible to keep installing this old version of gitlab we get mimemagic from git.
Showing
... | ... | @@ -268,7 +268,7 @@ gem 'ace-rails-ap', '~> 4.1.0' |
gem 'charlock_holmes', '~> 0.7.5' | ||
# Detect mime content type from content | ||
gem 'mimemagic', '~> 0.3.2' | ||
gem "mimemagic", git: "https://github.com/mimemagicrb/mimemagic" | ||
# Faster blank | ||
gem 'fast_blank' | ||
... | ... |
Please register or sign in to comment