debian-mirror-gitlab/debian/patches/0004-loosen-rack-oauth2.patch
Praveen Arimbrathodiyil 86ff585755 loosen rack-oauth2
2015-09-24 22:14:53 +05:30

13 lines
376 B
Diff

Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -26,7 +26,7 @@ gem 'omniauth-gitlab'
gem 'omniauth-bitbucket'
gem 'omniauth-saml', '~> 1.4.0'
gem 'doorkeeper', '~> 2.1'
-gem "rack-oauth2", "~> 1.0.5"
+gem "rack-oauth2", "~> 1.0"
# Two-factor authentication
gem 'devise-two-factor'