loosen rack-oauth2

This commit is contained in:
Praveen Arimbrathodiyil 2015-09-24 22:14:53 +05:30
parent ca4caa597a
commit 86ff585755
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
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'

View file

@ -1,3 +1,4 @@
loosen-rails-version.patch
0002-loosen-devise.patch
0003-loosen-doorkeeper.patch
0004-loosen-rack-oauth2.patch