debian-mirror-gitlab/debian/patches/0003-loosen-doorkeeper.patch

14 lines
411 B
Diff
Raw Normal View History

2015-09-24 20:43:21 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-09-25 12:17:16 +05:30
@@ -33,7 +33,7 @@ gem 'omniauth-kerberos', '~> 0.2.0', gro
gem 'omniauth-gitlab', '~> 1.0.0'
gem 'omniauth-bitbucket', '~> 0.0.2'
2015-09-24 20:43:21 +05:30
gem 'omniauth-saml', '~> 1.4.0'
2015-09-25 12:17:16 +05:30
-gem 'doorkeeper', '~> 2.1.3'
2015-09-24 20:43:21 +05:30
+gem 'doorkeeper', '~> 2.1'
2015-09-25 12:17:16 +05:30
gem 'omniauth_crowd'
2015-09-24 20:43:21 +05:30
gem "rack-oauth2", "~> 1.0.5"