diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-06-12 17:20:24 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-06-12 17:20:24 +0000 |
commit | b6e56ed3d3ce0e6c76c07819a84f1c49d2caba13 (patch) | |
tree | dfb807dd72e8b0a4ff5fc094d6413550bff96566 /Gemfile.lock | |
parent | 803fe6501c604b5567f281f7662080c5b8626cf1 (diff) | |
parent | 350f19f59fd1e44c18699cc46cfff71a92d7e0a4 (diff) | |
download | gitlab-ce-b6e56ed3d3ce0e6c76c07819a84f1c49d2caba13.tar.gz |
Merge branch 'sh-update-openid-omniauth-gem' into 'master'
Bump omniauth_openid_connect to 0.3.1
See merge request gitlab-org/gitlab-ce!29387
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 1f6c8d05992..c403f45109c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -588,7 +588,7 @@ GEM activesupport nokogiri (>= 1.4.4) omniauth (~> 1.0) - omniauth_openid_connect (0.3.0) + omniauth_openid_connect (0.3.1) addressable (~> 2.5) omniauth (~> 1.3) openid_connect (~> 1.1) @@ -1160,7 +1160,7 @@ DEPENDENCIES omniauth-twitter (~> 1.4) omniauth-ultraauth (~> 0.0.2) omniauth_crowd (~> 2.2.0) - omniauth_openid_connect (~> 0.3.0) + omniauth_openid_connect (~> 0.3.1) org-ruby (~> 0.9.12) peek (~> 1.0.1) peek-gc (~> 0.0.2) |