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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-04 19:00:51 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-04 19:00:51 +0400
commit83c727c550b1d07a8b9fd6313a258ca6c32a7d2e (patch)
tree3b956bb99b2a4d7f59decb4bb39a00a83ace946b /Gemfile
parentdc00562fa25fbe69273f58b414fa35ddf4e44c12 (diff)
parente8b6974af3ca2835c5ef54cbffb1535ebd50aeca (diff)
Merge pull request #5216 from bladealslayer/feature/flowdock_integration
Added Flowdock integration support via a service.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 708211e3f40..fb67f301f72 100644
--- a/Gemfile
+++ b/Gemfile
@@ -111,6 +111,9 @@ gem 'tinder', '~> 1.9.2'
# HipChat integration
gem "hipchat", "~> 0.9.0"
+# Flowdock integration
+gem "gitlab-flowdock-git-hook", "~> 0.4.2"
+
# d3
gem "d3_rails", "~> 3.1.4"