relax omniauth

This commit is contained in:
Praveen Arimbrathodiyil 2016-03-14 23:30:00 +05:30
parent b8a243f476
commit b5071952bf
2 changed files with 14 additions and 0 deletions

View 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'

View file

@ -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