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
... | @@ -212,6 +212,7 @@ gem 'jira-ruby', '~> 1.4' | ... | @@ -212,6 +212,7 @@ gem 'jira-ruby', '~> 1.4' |
# Flowdock integration | # Flowdock integration | ||
gem 'flowdock', '~> 0.7' | gem 'flowdock', '~> 0.7' | ||
gem "mimemagic", git: "https://github.com/mimemagicrb/mimemagic" | |||
# Slack integration | # Slack integration | ||
gem 'slack-notifier', '~> 1.5.1' | gem 'slack-notifier', '~> 1.5.1' | ||
... | @@ -247,9 +248,6 @@ gem 'ace-rails-ap', '~> 4.1.0' | ... | @@ -247,9 +248,6 @@ gem 'ace-rails-ap', '~> 4.1.0' |
# Detect and convert string character encoding | # Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.5' | gem 'charlock_holmes', '~> 0.7.5' | ||
# Detect mime content type from content | |||
gem 'mimemagic', '~> 0.3.2' | |||
# Faster blank | # Faster blank | ||
gem 'fast_blank' | gem 'fast_blank' | ||
... | ... |
Please register or sign in to comment