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 | |
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')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ gem 'omniauth-shibboleth', '~> 1.3.0' gem 'omniauth-twitter', '~> 1.4' gem 'omniauth_crowd', '~> 2.2.0' gem 'omniauth-authentiq', '~> 0.3.3' -gem 'omniauth_openid_connect', '~> 0.3.0' +gem 'omniauth_openid_connect', '~> 0.3.1' gem "omniauth-ultraauth", '~> 0.0.2' gem 'omniauth-salesforce', '~> 1.0.5' gem 'rack-oauth2', '~> 1.9.3' |