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

14 lines
399 B
Diff
Raw Normal View History

2015-09-24 22:14:53 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-09-25 12:17:16 +05:30
@@ -35,7 +35,7 @@ gem 'omniauth-bitbucket', '~> 0.0.2'
2015-09-24 22:14:53 +05:30
gem 'omniauth-saml', '~> 1.4.0'
gem 'doorkeeper', '~> 2.1'
2015-09-25 12:17:16 +05:30
gem 'omniauth_crowd'
2015-09-24 22:14:53 +05:30
-gem "rack-oauth2", "~> 1.0.5"
+gem "rack-oauth2", "~> 1.0"
# Two-factor authentication
2015-09-25 12:17:16 +05:30
gem 'devise-two-factor', '~> 2.0.0'