debian-mirror-gitlab/debian/patches/053-relax-omniauth-facebook.patch

12 lines
405 B
Diff
Raw Normal View History

2016-11-03 18:18:01 +05:30
--- a/Gemfile
+++ b/Gemfile
@@ -25,7 +25,7 @@
2016-09-29 10:42:38 +05:30
gem 'omniauth-azure-oauth2', '~> 0.0.6'
gem 'omniauth-bitbucket', '~> 0.0.2'
2016-11-03 15:15:38 +05:30
gem 'omniauth-cas3', '~> 1.1', '>= 1.1.2'
2016-09-29 10:42:38 +05:30
-gem 'omniauth-facebook', '~> 4.0'
2016-11-03 18:18:01 +05:30
+gem 'omniauth-facebook', '>= 3.0', '< 5.0'
2016-09-29 10:42:38 +05:30
gem 'omniauth-github', '~> 1.1', '>= 1.1.1'
gem 'omniauth-gitlab', '~> 1.0'
gem 'omniauth-google-oauth2', '~> 0.4.1'