[DRE-commits] [gitlab] 03/03: relax omniauth

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Mar 14 18:19:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository gitlab.

commit b5071952bf37dee9193727c7922d5672257075e3
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Mar 14 23:30:00 2016 +0530

    relax omniauth
---
 debian/patches/0041-relax-omniauth.patch | 13 +++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/0041-relax-omniauth.patch b/debian/patches/0041-relax-omniauth.patch
new file mode 100644
index 0000000..16ce973
--- /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 ab645d2..5e36382 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list