diff options
author | Boyan Tabakov <boyan.tabakov@futurice.com> | 2013-08-19 12:11:36 +0300 |
---|---|---|
committer | Boyan Tabakov <boyan.tabakov@futurice.com> | 2013-09-29 20:31:08 +0300 |
commit | d8562cc9a141917e5b0adc1f33f2ec8da8ab10d4 (patch) | |
tree | 2ee2a68bea612056e61713d431fcff3ce4ed4451 /Gemfile | |
parent | 267e8c73f2533942b7d112f1b827131fd4bbad72 (diff) | |
download | gitlab-ce-d8562cc9a141917e5b0adc1f33f2ec8da8ab10d4.tar.gz |
Added Flowdock integration support via a service.
Added test for the FlowdockService.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -111,6 +111,9 @@ gem 'tinder', '~> 1.9.2' # HipChat integration gem "hipchat", "~> 0.9.0" +# Flowdock integration +gem "flowdock-git-hook", "~> 0.4.2" + # d3 gem "d3_rails", "~> 3.1.4" |