diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-10-30 22:23:20 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-10-30 22:23:20 +1100 |
commit | 846d84602f850ffe7f4ec8b41b2d16f593c1d029 (patch) | |
tree | b4c90ffeb75436acda79ade8ed66df090c53f44c /Gemfile | |
parent | af80955baaf0993aed07cae943391f7b57d9e3ae (diff) | |
download | gitlab-ce-846d84602f850ffe7f4ec8b41b2d16f593c1d029.tar.gz |
Add Discord integration
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |