diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-10 19:24:14 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-10 19:24:14 +0300 |
commit | 4a5719f99075a1bdcce727899e9186ac78d096f0 (patch) | |
tree | 15315fda2a016926be8c8319ab63d01a0caa8845 /Gemfile | |
parent | e31ba68732d1e5f30cec973d93dcea75a283b81b (diff) | |
parent | f8ec9dd397a1088271766da22ee372a24b64b291 (diff) | |
download | gitlab-ce-4a5719f99075a1bdcce727899e9186ac78d096f0.tar.gz |
Merge pull request #7725 from matusb/feature/shibboleth-support
shibboleth authentication support
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ gem 'omniauth', "~> 1.1.3" gem 'omniauth-google-oauth2' gem 'omniauth-twitter' gem 'omniauth-github' +gem 'omniauth-shibboleth' # Extracting information from a git repository # Provide access to Gitlab::Git library |