loosen omniauth-twitter
This commit is contained in:
parent
ee788a8b65
commit
bcee54769d
2 changed files with 14 additions and 0 deletions
13
debian/patches/0008-loosen-omniauth-twitter.patch
vendored
Normal file
13
debian/patches/0008-loosen-omniauth-twitter.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: gitlab/Gemfile
|
||||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
@@ -26,7 +26,7 @@ gem "devise", '~> 3.5.1'
|
||||
gem "devise-async", '~> 0.9.0'
|
||||
gem 'omniauth', "~> 1.2.2"
|
||||
gem 'omniauth-google-oauth2', '~> 0.2.4'
|
||||
-gem 'omniauth-twitter', '~> 1.0.1'
|
||||
+gem 'omniauth-twitter', '~> 1.0'
|
||||
gem 'omniauth-github', '~> 1.1.1'
|
||||
gem 'omniauth-shibboleth', '~> 1.1.1'
|
||||
gem 'omniauth-kerberos', '~> 0.2.0', group: :kerberos
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -5,3 +5,4 @@ loosen-rails-version.patch
|
|||
0005-use-debian-omniauth-ldap.patch
|
||||
0006-loosen-grape.patch
|
||||
0007-loosen-omniauth-google-oauth2.patch
|
||||
0008-loosen-omniauth-twitter.patch
|
||||
|
|
Loading…
Reference in a new issue