From b5071952bf37dee9193727c7922d5672257075e3 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Mon, 14 Mar 2016 23:30:00 +0530 Subject: [PATCH] relax omniauth --- debian/patches/0041-relax-omniauth.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/0041-relax-omniauth.patch diff --git a/debian/patches/0041-relax-omniauth.patch b/debian/patches/0041-relax-omniauth.patch new file mode 100644 index 0000000000..16ce973b8a --- /dev/null +++ b/debian/patches/0041-relax-omniauth.patch @@ -0,0 +1,13 @@ +Index: gitlab/Gemfile +=================================================================== +--- gitlab.orig/Gemfile ++++ gitlab/Gemfile +@@ -21,7 +21,7 @@ gem "pg", '~> 0.18.2', group: :postgres + gem 'devise', '~> 3.5.2' + gem 'devise-async', '~> 0.9.0' + gem 'doorkeeper', '~> 2.2.0' +-gem 'omniauth', '~> 1.2.2' ++gem 'omniauth', '~> 1.2', '>= 1.2.2' + gem 'omniauth-azure-oauth2', '~> 0.0.6' + gem 'omniauth-bitbucket', '~> 0.0.2' + gem 'omniauth-cas3', '~> 1.1.2' diff --git a/debian/patches/series b/debian/patches/series index ab645d29fc..5e363826c6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,6 +10,7 @@ 0038-relax-net-ssh.patch 0039-relax-nokogiri.patch 0040-relax-rails.patch +0041-relax-omniauth.patch 0100-remove-development-test.patch 0102-loosen-octokit.patch 0108-make-mysql-optional.patch