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:
authorFederico Ravasio <ravasio.federico@gmail.com>2014-03-18 21:27:03 +0400
committerFederico Ravasio <ravasio.federico@gmail.com>2014-03-18 21:54:30 +0400
commite3fc01b3eaa13a51aef380dc21f1e7d259706227 (patch)
treef0d01f3ed7f2eff37d0ab81d268592101d1a2a52 /Gemfile.lock
parentacaf297846907bff096dcbd71d6665ac6d4b8abc (diff)
Added Slack service integration.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 52d6ac31463..de1ef59712e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -468,6 +468,7 @@ GEM
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
six (0.2.0)
+ slack-notifier (0.2.0)
slim (2.0.2)
temple (~> 0.6.6)
tilt (>= 1.3.3, < 2.1)
@@ -652,6 +653,7 @@ DEPENDENCIES
simplecov
sinatra
six
+ slack-notifier (~> 0.2.0)
slim
spinach-rails
spork (~> 1.0rc)