diff options
author | Nick Thomas <nick@gitlab.com> | 2018-10-15 17:03:14 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-10-16 11:54:55 +0100 |
commit | 04aaf71932646efd99f2abd74fc59e3129fcbe1d (patch) | |
tree | a6de51762eff3787ed262f7192b0408e80ee8b44 /Gemfile | |
parent | e347170cc59dfa1e48de451f7c48ccb65d3e581a (diff) | |
download | gitlab-ce-04aaf71932646efd99f2abd74fc59e3129fcbe1d.tar.gz |
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.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,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' |