Add Discord integration
Showing
... | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment