diff --git a/Gemfile b/Gemfile
index 1182fb7eded35f42efe53c43b73fb3e53e439eec..54b204f1b077970cb8ea02a65d406d97b275e3b8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'
diff --git a/Gemfile.lock b/Gemfile.lock
index 0cc549b0b30657140722d686c96e858d0e3041f0..5c950c76b5b5b295f737fd52cc125e99d00d6657 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,3 @@
-GIT
-  remote: git://github.com/blackst0ne/discordrb.git
-  revision: 2de6ec4dda1e2ea2966f1ced063698d7c5fc5225
-  specs:
-    discordrb-webhooks (3.3.0)
-      rest-client (~> 2.0)
-
 GEM
   remote: https://rubygems.org/
   specs:
@@ -174,6 +167,8 @@ GEM
       rotp (~> 2.0)
     diff-lcs (1.3)
     diffy (3.1.0)
+    discordrb-webhooks-blackst0ne (3.3.0)
+      rest-client (~> 2.0)
     docile (1.1.5)
     domain_name (0.5.20180417)
       unf (>= 0.0.5, < 1.0.0)
@@ -979,7 +974,7 @@ DEPENDENCIES
   devise (~> 4.4)
   devise-two-factor (~> 3.0.0)
   diffy (~> 3.1.0)
-  discordrb-webhooks (~> 3.3)!
+  discordrb-webhooks-blackst0ne (~> 3.3)
   doorkeeper (~> 4.3)
   doorkeeper-openid_connect (~> 1.5)
   ed25519 (~> 1.2)
diff --git a/Gemfile.rails5.lock b/Gemfile.rails5.lock
index 22b46333aec3cefc7a97b155057bd89c2fc0235e..d3853b391f36d133c814de3bfb145888df4595d7 100644
--- a/Gemfile.rails5.lock
+++ b/Gemfile.rails5.lock
@@ -1,10 +1,3 @@
-GIT
-  remote: git://github.com/blackst0ne/discordrb.git
-  revision: 2de6ec4dda1e2ea2966f1ced063698d7c5fc5225
-  specs:
-    discordrb-webhooks (3.3.0)
-      rest-client (~> 2.0)
-
 GEM
   remote: https://rubygems.org/
   specs:
@@ -177,6 +170,8 @@ GEM
       rotp (~> 2.0)
     diff-lcs (1.3)
     diffy (3.1.0)
+    discordrb-webhooks-blackst0ne (3.3.0)
+      rest-client (~> 2.0)
     docile (1.1.5)
     domain_name (0.5.20180417)
       unf (>= 0.0.5, < 1.0.0)
@@ -988,7 +983,7 @@ DEPENDENCIES
   devise (~> 4.4)
   devise-two-factor (~> 3.0.0)
   diffy (~> 3.1.0)
-  discordrb-webhooks (~> 3.3)!
+  discordrb-webhooks-blackst0ne (~> 3.3)
   doorkeeper (~> 4.3)
   doorkeeper-openid_connect (~> 1.5)
   ed25519 (~> 1.2)