diff options
author | Stan Hu <stanhu@gmail.com> | 2018-06-01 09:12:39 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-06-01 09:13:50 -0700 |
commit | c4ec11d7211f9660661746076f19d95de0918269 (patch) | |
tree | 2467c252e574f57d29b46016614241468ce20fd3 /Gemfile.lock | |
parent | eeb73247aaf7002e81a3863bcbf376bbb7e692a4 (diff) | |
download | gitlab-ce-c4ec11d7211f9660661746076f19d95de0918269.tar.gz |
Bump omniauth-gitlab to 1.0.3
This version of the gem uses API v4 by default:
https://github.com/linchus/omniauth-gitlab/commit/fd13de9f251fdaa72ba0195bda47cd2cb8731084
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 4d2bd62bec0..2efd89bf40d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -540,7 +540,7 @@ GEM omniauth-github (1.3.0) omniauth (~> 1.5) omniauth-oauth2 (>= 1.4.0, < 2.0) - omniauth-gitlab (1.0.2) + omniauth-gitlab (1.0.3) omniauth (~> 1.0) omniauth-oauth2 (~> 1.0) omniauth-google-oauth2 (0.5.3) |