Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoyan Tabakov <boyan.tabakov@futurice.com>2013-08-19 13:11:36 +0400
committerBoyan Tabakov <boyan.tabakov@futurice.com>2013-09-29 21:31:08 +0400
commitd8562cc9a141917e5b0adc1f33f2ec8da8ab10d4 (patch)
tree2ee2a68bea612056e61713d431fcff3ce4ed4451 /Gemfile
parent267e8c73f2533942b7d112f1b827131fd4bbad72 (diff)
Added Flowdock integration support via a service.
Added test for the FlowdockService.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ccefe0af7a5..2d0a11de890 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"