loosen rack-oauth2
This commit is contained in:
parent
ca4caa597a
commit
86ff585755
2 changed files with 14 additions and 0 deletions
13
debian/patches/0004-loosen-rack-oauth2.patch
vendored
Normal file
13
debian/patches/0004-loosen-rack-oauth2.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: gitlab/Gemfile
|
||||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
@@ -26,7 +26,7 @@ gem 'omniauth-gitlab'
|
||||
gem 'omniauth-bitbucket'
|
||||
gem 'omniauth-saml', '~> 1.4.0'
|
||||
gem 'doorkeeper', '~> 2.1'
|
||||
-gem "rack-oauth2", "~> 1.0.5"
|
||||
+gem "rack-oauth2", "~> 1.0"
|
||||
|
||||
# Two-factor authentication
|
||||
gem 'devise-two-factor'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1,3 +1,4 @@
|
|||
loosen-rails-version.patch
|
||||
0002-loosen-devise.patch
|
||||
0003-loosen-doorkeeper.patch
|
||||
0004-loosen-rack-oauth2.patch
|
||||
|
|
Loading…
Reference in a new issue