debian-mirror-gitlab/debian/patches/0002-loosen-devise.patch

16 lines
537 B
Diff
Raw Normal View History

2015-09-24 16:59:00 +05:30
Forwarded: https://gitlab.com/gitlab-org/gitlab-ce/issues/2740
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-12-23 02:32:54 +05:30
@@ -18,7 +18,7 @@ gem "mysql2", '~> 0.3.16', group: :mysql
2015-09-25 12:17:16 +05:30
gem "pg", '~> 0.18.2', group: :postgres
2015-09-24 16:59:00 +05:30
# Authentication libraries
2016-01-29 23:10:24 +05:30
-gem 'devise', '~> 3.5.4'
2015-12-23 02:32:54 +05:30
+gem 'devise', '~> 3.5.2'
2015-10-24 20:10:10 +05:30
gem 'devise-async', '~> 0.9.0'
2015-12-23 02:32:54 +05:30
gem 'doorkeeper', '~> 2.2.0'
2015-10-24 20:10:10 +05:30
gem 'omniauth', '~> 1.2.2'