debian-mirror-gitlab/debian/patches/0780-embed-doorkeeper.patch
2020-01-04 02:51:06 +05:30

16 lines
443 B
Diff

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'