diff --git a/debian/patches/053-relax-omniauth-facebook.patch b/debian/patches/053-relax-omniauth-facebook.patch new file mode 100644 index 0000000000..a7a0c1c5ad --- /dev/null +++ b/debian/patches/053-relax-omniauth-facebook.patch @@ -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' diff --git a/debian/patches/series b/debian/patches/series index 6fabe9bb96..911fb5b762 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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