summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-06-01 17:00:27 +0000
committerRobert Speicher <robert@gitlab.com>2018-06-01 17:00:27 +0000
commit1cb3b9b29cd7a3e086b204f06971ffd562cb6330 (patch)
treefcbdbc9bc027c1c299248f233163b6da5fa0902e
parentabe98d44e8902a3f721c0f17cc20dc55bcb2d2f6 (diff)
parentc4ec11d7211f9660661746076f19d95de0918269 (diff)
downloadgitlab-ce-1cb3b9b29cd7a3e086b204f06971ffd562cb6330.tar.gz
Merge branch 'sh-bump-omniauth-gitlab' into 'master'
Bump omniauth-gitlab to 1.0.3 See merge request gitlab-org/gitlab-ce!19319
-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