loosen doorkeeper

This commit is contained in:
Praveen Arimbrathodiyil 2015-09-24 20:43:21 +05:30
parent 5e5d69706b
commit ca4caa597a
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -25,7 +25,7 @@ gem 'omniauth-kerberos', group: :kerbero
gem 'omniauth-gitlab'
gem 'omniauth-bitbucket'
gem 'omniauth-saml', '~> 1.4.0'
-gem 'doorkeeper', '2.1.3'
+gem 'doorkeeper', '~> 2.1'
gem "rack-oauth2", "~> 1.0.5"
# Two-factor authentication

View file

@ -1,2 +1,3 @@
loosen-rails-version.patch
0002-loosen-devise.patch
0003-loosen-doorkeeper.patch