Bump omniauth-gitlab to 1.0.2 to fix incompatibility with omniauth-oauth2
Closes gitlab-com/support-forum#1270
This commit is contained in:
parent
a6b4975724
commit
38909dac1d
3 changed files with 7 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -26,7 +26,7 @@ gem 'omniauth-bitbucket', '~> 0.0.2'
|
|||
gem 'omniauth-cas3', '~> 1.1.2'
|
||||
gem 'omniauth-facebook', '~> 4.0.0'
|
||||
gem 'omniauth-github', '~> 1.1.1'
|
||||
gem 'omniauth-gitlab', '~> 1.0.0'
|
||||
gem 'omniauth-gitlab', '~> 1.0.2'
|
||||
gem 'omniauth-google-oauth2', '~> 0.4.1'
|
||||
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
|
||||
gem 'omniauth-saml', '~> 1.7.0'
|
||||
|
|
|
@ -456,7 +456,7 @@ GEM
|
|||
omniauth-github (1.1.2)
|
||||
omniauth (~> 1.0)
|
||||
omniauth-oauth2 (~> 1.1)
|
||||
omniauth-gitlab (1.0.1)
|
||||
omniauth-gitlab (1.0.2)
|
||||
omniauth (~> 1.0)
|
||||
omniauth-oauth2 (~> 1.0)
|
||||
omniauth-google-oauth2 (0.4.1)
|
||||
|
@ -913,7 +913,7 @@ DEPENDENCIES
|
|||
omniauth-cas3 (~> 1.1.2)
|
||||
omniauth-facebook (~> 4.0.0)
|
||||
omniauth-github (~> 1.1.1)
|
||||
omniauth-gitlab (~> 1.0.0)
|
||||
omniauth-gitlab (~> 1.0.2)
|
||||
omniauth-google-oauth2 (~> 0.4.1)
|
||||
omniauth-kerberos (~> 0.3.0)
|
||||
omniauth-saml (~> 1.7.0)
|
||||
|
|
4
changelogs/unreleased/sh-bump-omniauth-gitlab.yml
Normal file
4
changelogs/unreleased/sh-bump-omniauth-gitlab.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Bump omniauth-gitlab to 1.0.2 to fix incompatibility with omniauth-oauth2
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue