Inline the gitlab-flowdock-git-hooks gem
This allows us to avoid one transitive dependency on gitlab-grit. The aim is to remove all transitive dependencies.
Showing
... | @@ -210,7 +210,7 @@ gem 'hipchat', '~> 1.5.0' | ... | @@ -210,7 +210,7 @@ gem 'hipchat', '~> 1.5.0' |
gem 'jira-ruby', '~> 1.4' | gem 'jira-ruby', '~> 1.4' | ||
# Flowdock integration | # Flowdock integration | ||
gem 'gitlab-flowdock-git-hook', '~> 1.0.1' | gem 'flowdock', '~> 0.7' | ||
# Slack integration | # Slack integration | ||
gem 'slack-notifier', '~> 1.5.1' | 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