relax omniauth
This commit is contained in:
parent
b8a243f476
commit
b5071952bf
2 changed files with 14 additions and 0 deletions
13
debian/patches/0041-relax-omniauth.patch
vendored
Normal file
13
debian/patches/0041-relax-omniauth.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: gitlab/Gemfile
|
||||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
@@ -21,7 +21,7 @@ gem "pg", '~> 0.18.2', group: :postgres
|
||||
gem 'devise', '~> 3.5.2'
|
||||
gem 'devise-async', '~> 0.9.0'
|
||||
gem 'doorkeeper', '~> 2.2.0'
|
||||
-gem 'omniauth', '~> 1.2.2'
|
||||
+gem 'omniauth', '~> 1.2', '>= 1.2.2'
|
||||
gem 'omniauth-azure-oauth2', '~> 0.0.6'
|
||||
gem 'omniauth-bitbucket', '~> 0.0.2'
|
||||
gem 'omniauth-cas3', '~> 1.1.2'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -10,6 +10,7 @@
|
|||
0038-relax-net-ssh.patch
|
||||
0039-relax-nokogiri.patch
|
||||
0040-relax-rails.patch
|
||||
0041-relax-omniauth.patch
|
||||
0100-remove-development-test.patch
|
||||
0102-loosen-octokit.patch
|
||||
0108-make-mysql-optional.patch
|
||||
|
|
Loading…
Reference in a new issue