Removed embedded doorkeeper module

This commit is contained in:
Sruthi Chandran 2020-03-09 15:19:22 +05:30
parent 9d45611290
commit 250224e364

View file

@ -1,16 +0,0 @@
Description: This patch embeds doorkeeper.
Author: Utkarsh Gupta <utkarsh@debian.org>
Bug-Debian: https://bugs.debian.org/947754
Last-Update: 2020-01-03
--- a/Gemfile
+++ b/Gemfile
@@ -26,7 +26,7 @@
# Authentication libraries
gem 'devise', '~> 4.6'
-gem 'doorkeeper', '~> 4.3'
+gem 'doorkeeper', '~> 4.3', path: 'vendor/gems/doorkeeper'
gem 'doorkeeper-openid_connect', '~> 1.5'
gem 'omniauth', '~> 1.8'
gem 'omniauth-auth0', '~> 2.0'