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
... | ... | @@ -190,6 +190,7 @@ gem 'gitlab-flowdock-git-hook', '~> 1.0.1' |
# Gemnasium integration | ||
gem "gemnasium-gitlab-service", git: "https://github.com/gemnasium/gemnasium-gitlab-service" | ||
gem "mimemagic", git: "https://github.com/mimemagicrb/mimemagic" | ||
# Slack integration | ||
gem 'slack-notifier', '~> 1.5.1' | ||
... | ... |
Please register or sign in to comment