Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2014-12-16 14:57:40 +0300
committerValery Sizov <vsv2711@gmail.com>2014-12-16 14:57:40 +0300
commit15303bbfd76ae91fcba6202c5449425cb3c99829 (patch)
treebf20fca7a23481d497bcdbd3f4330256a702a86f /Gemfile
parent8d71e4e0d0868de0659047f18cad08924a3ba49e (diff)
add kerberos to Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b4ca5969277..ce9b83308f3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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