relax omniauth-facebook
This commit is contained in:
parent
10ae047e35
commit
f0b1953ac7
2 changed files with 12 additions and 0 deletions
11
debian/patches/053-relax-omniauth-facebook.patch
vendored
Normal file
11
debian/patches/053-relax-omniauth-facebook.patch
vendored
Normal 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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -9,3 +9,4 @@ pid-log-paths.patch
|
|||
runners.patch
|
||||
0200-use-jquery-for-jquery2.patch
|
||||
052-relax-grape.patch
|
||||
053-relax-omniauth-facebook.patch
|
||||
|
|
Loading…
Reference in a new issue