Patch Gemfile to used embedded omniauth-google-oauth2

This commit is contained in:
Sruthi Chandran 2019-03-15 21:12:51 +05:30
parent 98c6f15bc9
commit 6f9529cc78
2 changed files with 12 additions and 0 deletions

View 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'

View file

@ -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