[DRE-commits] [gitlab] 03/03: loosen devise

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Sep 24 11:30:15 UTC 2015


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

praveen pushed a commit to branch master
in repository gitlab.

commit 08850f9e7e2e5a59559bc3ee7ff8695cfae01efa
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Sep 24 16:59:00 2015 +0530

    loosen devise
---
 debian/patches/0002-loosen-devise.patch | 15 +++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/0002-loosen-devise.patch b/debian/patches/0002-loosen-devise.patch
new file mode 100644
index 0000000..ea84564
--- /dev/null
+++ b/debian/patches/0002-loosen-devise.patch
@@ -0,0 +1,15 @@
+Forwarded: https://gitlab.com/gitlab-org/gitlab-ce/issues/2740
+
+Index: gitlab/Gemfile
+===================================================================
+--- gitlab.orig/Gemfile
++++ gitlab/Gemfile
+@@ -14,7 +14,7 @@ gem "mysql2", group: :mysql
+ gem "pg", group: :postgres
+ 
+ # Authentication libraries
+-gem "devise", '3.2.4'
++gem "devise", '~> 3.2'
+ gem "devise-async", '0.9.0'
+ gem 'omniauth', "~> 1.2.2"
+ gem 'omniauth-google-oauth2'
diff --git a/debian/patches/series b/debian/patches/series
index 662c1ac..8c630fe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 loosen-rails-version.patch
+0002-loosen-devise.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