diff options
author | Valery Sizov <vsv2711@gmail.com> | 2014-12-16 13:57:40 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2014-12-16 13:57:40 +0200 |
commit | 15303bbfd76ae91fcba6202c5449425cb3c99829 (patch) | |
tree | bf20fca7a23481d497bcdbd3f4330256a702a86f /Gemfile | |
parent | 8d71e4e0d0868de0659047f18cad08924a3ba49e (diff) | |
download | gitlab-ce-15303bbfd76ae91fcba6202c5449425cb3c99829.tar.gz |
add kerberos to Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ gem 'omniauth-google-oauth2' gem 'omniauth-twitter' gem 'omniauth-github' gem 'omniauth-shibboleth' +gem 'omniauth-kerberos' # Extracting information from a git repository # Provide access to Gitlab::Git library |