diff options
author | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2017-07-17 15:16:49 +0300 |
---|---|---|
committer | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2017-07-18 00:12:50 +0300 |
commit | 6bd94f20e30dfcba5273cd6e7415fb90914ab5a7 (patch) | |
tree | 02cd1125a9b9c6712f9f3ad66fcb3538dedfef05 /Gemfile | |
parent | 8906bbae3898484974fa3a37a7f5133acd5fad80 (diff) | |
download | gitlab-ce-6bd94f20e30dfcba5273cd6e7415fb90914ab5a7.tar.gz |
Added authentiq provider to tests and updated documentation, gem and config file.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ gem 'omniauth-saml', '~> 1.7.0' gem 'omniauth-shibboleth', '~> 1.2.0' gem 'omniauth-twitter', '~> 1.2.0' gem 'omniauth_crowd', '~> 2.2.0' -gem 'omniauth-authentiq', '~> 0.3.0' +gem 'omniauth-authentiq', '~> 0.3.1' gem 'rack-oauth2', '~> 1.2.1' gem 'jwt', '~> 1.5.6' |