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:
authorblackst0ne <blackst0ne.ru@gmail.com>2018-10-30 14:23:20 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2018-10-30 14:23:20 +0300
commit846d84602f850ffe7f4ec8b41b2d16f593c1d029 (patch)
treeb4c90ffeb75436acda79ade8ed66df090c53f44c /Gemfile
parentaf80955baaf0993aed07cae943391f7b57d9e3ae (diff)
Add Discord integration
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6674edc1d0c..1182fb7eded 100644
--- a/Gemfile
+++ b/Gemfile
@@ -204,6 +204,9 @@ gem 'redis-rails', '~> 5.0.2'
gem 'redis', '~> 3.2'
gem 'connection_pool', '~> 2.0'
+# Discord integration
+gem 'discordrb-webhooks', '~> 3.3', github: 'blackst0ne/discordrb', require: false
+
# HipChat integration
gem 'hipchat', '~> 1.5.0'