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-10-03 17:29:13 +0400
committerBoyan Tabakov <boyan.tabakov@futurice.com>2013-10-03 17:36:43 +0400
commite8b6974af3ca2835c5ef54cbffb1535ebd50aeca (patch)
treed9328415bf12c43abefb35c7d8a7c45d8758b9fc /Gemfile
parentd8562cc9a141917e5b0adc1f33f2ec8da8ab10d4 (diff)
Use gitlab-flowdock-git-hook patched for dependency on gitlab-grit, instead of grit.
Make sure the flowdock-git-hook is loaded. Seems it is not autoloader, due to the gem/lib name mismatch.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2d0a11de890..ce9da557b64 100644
--- a/Gemfile
+++ b/Gemfile
@@ -112,7 +112,7 @@ gem 'tinder', '~> 1.9.2'
gem "hipchat", "~> 0.9.0"
# Flowdock integration
-gem "flowdock-git-hook", "~> 0.4.2"
+gem "gitlab-flowdock-git-hook", "~> 0.4.2"
# d3
gem "d3_rails", "~> 3.1.4"