relax omniauth-facebook

This commit is contained in:
Praveen Arimbrathodiyil 2016-09-29 10:42:38 +05:30
parent 10ae047e35
commit f0b1953ac7
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,7 @@
gem 'omniauth-azure-oauth2', '~> 0.0.6'
gem 'omniauth-bitbucket', '~> 0.0.2'
gem 'omniauth-cas3', '~> 1.1.2'
-gem 'omniauth-facebook', '~> 4.0'
+gem 'omniauth-facebook', '>= 3.0', '< 5.0'
gem 'omniauth-github', '~> 1.1', '>= 1.1.1'
gem 'omniauth-gitlab', '~> 1.0'
gem 'omniauth-google-oauth2', '~> 0.4.1'

View file

@ -9,3 +9,4 @@ pid-log-paths.patch
runners.patch runners.patch
0200-use-jquery-for-jquery2.patch 0200-use-jquery-for-jquery2.patch
052-relax-grape.patch 052-relax-grape.patch
053-relax-omniauth-facebook.patch