Merge branch 'ee-44361-remove-gitlab-grit' into 'master'
EE port of "Remove gitlab-grit as a transitive dependency of GitLab" See merge request gitlab-org/gitlab-ee!7949
Showing
... | ... | @@ -82,10 +82,6 @@ gem 'gpgme' |
gem 'gitlab_omniauth-ldap', '~> 2.0.4', require: 'omniauth-ldap' | ||
gem 'net-ldap' | ||
# Git Wiki | ||
# Only used to compute wiki page slugs | ||
gem 'gitlab-gollum-lib', '~> 4.2', require: false | ||
# API | ||
gem 'grape', '~> 1.1' | ||
gem 'grape-entity', '~> 0.7.1' | ||
... | ... | @@ -220,7 +216,7 @@ gem 'hipchat', '~> 1.5.0' |
gem 'jira-ruby', '~> 1.4' | ||
# Flowdock integration | ||
gem 'gitlab-flowdock-git-hook', '~> 1.0.1' | ||
gem 'flowdock', '~> 0.7' | ||
# Slack integration | ||
gem 'slack-notifier', '~> 1.5.1' | ||
... | ... |
lib/flowdock/git.rb
0 → 100644
lib/flowdock/git/builder.rb
0 → 100644
Please register or sign in to comment