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

16 lines
481 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-09-25 12:17:16 +05:30
@@ -22,7 +22,7 @@ gem "mysql2", '~> 0.3.16', group: :mysql
gem "pg", '~> 0.18.2', group: :postgres
2015-09-24 16:59:00 +05:30
# Authentication libraries
2015-09-25 12:17:16 +05:30
-gem "devise", '~> 3.5.2'
+gem "devise", '~> 3.5.1'
gem "devise-async", '~> 0.9.0'
2015-09-24 16:59:00 +05:30
gem 'omniauth', "~> 1.2.2"
2015-09-25 12:17:16 +05:30
gem 'omniauth-google-oauth2', '~> 0.2.5'