loosen devise

This commit is contained in:
Praveen Arimbrathodiyil 2015-09-24 16:59:00 +05:30
parent d94b8f2f1f
commit 08850f9e7e
2 changed files with 16 additions and 0 deletions

15
debian/patches/0002-loosen-devise.patch vendored Normal file
View file

@ -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'

View file

@ -1 +1,2 @@
loosen-rails-version.patch
0002-loosen-devise.patch