debian-mirror-gitlab/debian/patches/0004-loosen-rack-oauth2.patch

14 lines
448 B
Diff
Raw Normal View History

2015-09-24 22:14:53 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-10-24 20:10:10 +05:30
@@ -27,7 +27,7 @@ gem 'omniauth-saml', '~> 1.4.0'
gem 'omniauth-shibboleth', '~> 1.2.0'
gem 'omniauth-twitter', '~> 1.2.0'
2015-09-25 12:17:16 +05:30
gem 'omniauth_crowd'
2015-10-24 20:10:10 +05:30
-gem 'rack-oauth2', '~> 1.0.5'
+gem 'rack-oauth2', '~> 1.0'
2015-09-24 22:14:53 +05:30
# Two-factor authentication
2015-09-25 12:17:16 +05:30
gem 'devise-two-factor', '~> 2.0.0'