debian-mirror-gitlab/debian/patches/0107-relax-omniauth-facebook.patch
Praveen Arimbrathodiyil 56d07ffb16 tag patches
2016-01-20 00:51:50 +05:30

17 lines
620 B
Diff

We can remove this patch when we update to 3.0
.
We were waiting to test diaspora with 3.0
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -25,7 +25,7 @@ gem 'omniauth', '~> 1.2.2'
gem 'omniauth-azure-oauth2', '~> 0.0.6'
gem 'omniauth-bitbucket', '~> 0.0.2'
gem 'omniauth-cas3', '~> 1.1.2'
-gem 'omniauth-facebook', '~> 3.0.0'
+gem 'omniauth-facebook', '~> 2.0.1'
gem 'omniauth-github', '~> 1.1.1'
gem 'omniauth-gitlab', '~> 1.0.0'
gem 'omniauth-google-oauth2', '~> 0.2.0'