loosen devise
This commit is contained in:
parent
d94b8f2f1f
commit
08850f9e7e
2 changed files with 16 additions and 0 deletions
15
debian/patches/0002-loosen-devise.patch
vendored
Normal file
15
debian/patches/0002-loosen-devise.patch
vendored
Normal 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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1 +1,2 @@
|
|||
loosen-rails-version.patch
|
||||
0002-loosen-devise.patch
|
||||
|
|
Loading…
Reference in a new issue