diff options
author | Stan Hu <stanhu@gmail.com> | 2016-11-07 21:39:38 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-11-07 21:40:01 -0800 |
commit | 38909dac1d8b5ded2dd94f5eddc21206934d2231 (patch) | |
tree | d5113982a52c5516ee7b3c3d9228f6cbb2960feb /Gemfile | |
parent | a6b4975724c50bc09206c0201f159c65e610859e (diff) | |
download | gitlab-ce-38909dac1d8b5ded2dd94f5eddc21206934d2231.tar.gz |
Bump omniauth-gitlab to 1.0.2 to fix incompatibility with omniauth-oauth2sh-bump-omniauth-gitlab
Closes gitlab-com/support-forum#1270
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |