From f0b1953ac739af88a530ae15f17cfe249cb49488 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Thu, 29 Sep 2016 10:42:38 +0530 Subject: [PATCH] relax omniauth-facebook --- debian/patches/053-relax-omniauth-facebook.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/053-relax-omniauth-facebook.patch 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