Patch Gemfile to used embedded omniauth-google-oauth2
This commit is contained in:
parent
98c6f15bc9
commit
6f9529cc78
2 changed files with 12 additions and 0 deletions
11
debian/patches/0689-jwt-and-omniauth-google-oauth2.patch
vendored
Normal file
11
debian/patches/0689-jwt-and-omniauth-google-oauth2.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -45,7 +45,7 @@
|
||||
gem 'omniauth-facebook', '~> 4.0'
|
||||
gem 'omniauth-github', '~> 1.3'
|
||||
gem 'omniauth-gitlab', '~> 1.0', '>= 1.0.2'
|
||||
-gem 'omniauth-google-oauth2', '~> 0.6.0'
|
||||
+gem 'omniauth-google-oauth2', '0.6.0', , path: 'vendor/gems/omniauth-google-oauth2-0.6.0'
|
||||
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
|
||||
gem 'omniauth-oauth2-generic', '~> 0.2.2'
|
||||
gem 'omniauth-saml', '~> 1.10'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -26,5 +26,6 @@
|
|||
0686-rails-5.1-embed.patch
|
||||
0687-opentracing-embed.patch
|
||||
0688-jaeger-client-embed.patch
|
||||
0689-jwt-and-omniauth-google-oauth2.patch
|
||||
0690-debian-usage-ping.patch
|
||||
0700-add-salsa-link-to-help.patch
|
||||
|
|
Loading…
Reference in a new issue