diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-11-05 13:55:56 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-11-05 13:55:56 +1100 |
commit | 0ba3d1411f976afd62fcd6735b62c427e9b24a86 (patch) | |
tree | 97e2f5e6c1e5c545a3acab7a604da7224c695145 /Gemfile | |
parent | 80d3fddc8840effa3b766c4d9f37c84e17c5c0ef (diff) | |
download | gitlab-ce-0ba3d1411f976afd62fcd6735b62c427e9b24a86.tar.gz |
Update Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ gem 'redis', '~> 3.2' gem 'connection_pool', '~> 2.0' # Discord integration -gem 'discordrb-webhooks', '~> 3.3', github: 'blackst0ne/discordrb', require: false +gem 'discordrb-webhooks-blackst0ne', '~> 3.3', require: false # HipChat integration gem 'hipchat', '~> 1.5.0' |