diff options
author | Florian Weber <florian.weber@ueberbit.de> | 2017-08-26 19:47:12 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-09-26 12:30:48 +0200 |
commit | 5d96b1489e57ee66e50b8ff5ea018264892c8185 (patch) | |
tree | 27e2157117a8f52dd2c9a270aa707eaab7580ea5 /Gemfile | |
parent | 07f5c3c350f19bcfa4276b28e000cf2a7737ee7e (diff) | |
download | gitlab-ce-5d96b1489e57ee66e50b8ff5ea018264892c8185.tar.gz |
Update omniauth-azure-oauth2 to 0.0.9 (Support Office 365 Germany)ueberbit/gitlab-ce-omniauth-azure-oauth2
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ gem 'doorkeeper', '~> 4.2.0' gem 'doorkeeper-openid_connect', '~> 1.1.0' gem 'omniauth', '~> 1.4.2' gem 'omniauth-auth0', '~> 1.4.1' -gem 'omniauth-azure-oauth2', '~> 0.0.6' +gem 'omniauth-azure-oauth2', '~> 0.0.9' gem 'omniauth-cas3', '~> 1.1.4' gem 'omniauth-facebook', '~> 4.0.0' gem 'omniauth-github', '~> 1.1.1' |