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:
authorSean McGivern <sean@mcgivern.me.uk>2018-07-23 12:20:16 +0300
committerSean McGivern <sean@mcgivern.me.uk>2018-07-23 12:20:16 +0300
commit82a8903979dbdff7558989111af7f8d3cc7f28ec (patch)
tree1e01e771b08bc37b7c3915303c3b265daf32252f /Gemfile
parent906eb7dc1c2a2ab1332c784e133153485b950807 (diff)
parent1ce57a7fba560daa66eee006b64bb9e77f7c51ac (diff)
Merge branch 'hangouts_chat_integration' into 'master'
Hangouts chat integration See merge request gitlab-org/gitlab-ce!20290
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0ad5df90c3c..41190e71409 100644
--- a/Gemfile
+++ b/Gemfile
@@ -220,6 +220,9 @@ gem 'gemnasium-gitlab-service', '~> 0.2'
# Slack integration
gem 'slack-notifier', '~> 1.5.1'
+# Hangouts Chat integration
+gem 'hangouts-chat', '~> 0.0.5'
+
# Asana integration
gem 'asana', '~> 0.6.0'