loosen omniauth-kerberos
This commit is contained in:
parent
9e9b246f8b
commit
11a8b3c9a4
2 changed files with 14 additions and 0 deletions
13
debian/patches/0010-loosen-omniauth-kerberos.patch
vendored
Normal file
13
debian/patches/0010-loosen-omniauth-kerberos.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: gitlab/Gemfile
|
||||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
@@ -29,7 +29,7 @@ gem 'omniauth-google-oauth2', '~> 0.2.4'
|
||||
gem 'omniauth-twitter', '~> 1.0'
|
||||
gem 'omniauth-github', '~> 1.1.1'
|
||||
gem 'omniauth-shibboleth', '~> 1.2'
|
||||
-gem 'omniauth-kerberos', '~> 0.2.0', group: :kerberos
|
||||
+gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
|
||||
gem 'omniauth-gitlab', '~> 1.0.0'
|
||||
gem 'omniauth-bitbucket', '~> 0.0.2'
|
||||
gem 'omniauth-saml', '~> 1.4.0'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -7,3 +7,4 @@ loosen-rails-version.patch
|
|||
0007-loosen-omniauth-google-oauth2.patch
|
||||
0008-loosen-omniauth-twitter.patch
|
||||
0009-loosen-omniauth-shibboleth.patch
|
||||
0010-loosen-omniauth-kerberos.patch
|
||||
|
|
Loading…
Reference in a new issue