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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 165b25c170e..290e4c3e1b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) |