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-10-24 20:10:10 +05:30
@@ -14,7 +14,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
2015-10-24 20:10:10 +05:30
-gem 'devise', '~> 3.5.2'
+gem 'devise', '~> 3.5.1'
gem 'devise-async', '~> 0.9.0'
gem 'doorkeeper', '~> 2.1.3'
gem 'omniauth', '~> 1.2.2'