summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-06-01 09:12:39 -0700
committerStan Hu <stanhu@gmail.com>2018-06-01 09:13:50 -0700
commitc4ec11d7211f9660661746076f19d95de0918269 (patch)
tree2467c252e574f57d29b46016614241468ce20fd3
parenteeb73247aaf7002e81a3863bcbf376bbb7e692a4 (diff)
downloadgitlab-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
-rw-r--r--Gemfile.lock2
-rw-r--r--changelogs/unreleased/sh-bump-omniauth-gitlab.yml5
2 files changed, 6 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)
diff --git a/changelogs/unreleased/sh-bump-omniauth-gitlab.yml b/changelogs/unreleased/sh-bump-omniauth-gitlab.yml
new file mode 100644
index 00000000000..145fdf72020
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-omniauth-gitlab.yml
@@ -0,0 +1,5 @@
+---
+title: Bump omniauth-gitlab to 1.0.3
+merge_request:
+author:
+type: changed