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:
authorMichael Kozono <mkozono@gmail.com>2017-06-14 01:25:06 +0300
committerMichael Kozono <mkozono@gmail.com>2017-07-26 12:43:41 +0300
commit6f5f80592499dace8900961e0c596771d46d588c (patch)
tree6ab1e546e6e1e9832dbd61c7b1b6e592fb2e2b87 /Gemfile
parent26ee3a28029597f6813e652a09288504e9a2291d (diff)
Add net-ldap explicitly since we use it directly
And this has already been done on EE, so it’ll match now.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7bb912571f4..b9d206c2500 100644
--- a/Gemfile
+++ b/Gemfile
@@ -62,6 +62,7 @@ gem 'browser', '~> 2.2'
# GitLab fork with several improvements to original library. For full list of changes
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
gem 'gitlab_omniauth-ldap', '~> 2.0.2', require: 'omniauth-ldap'
+gem 'net-ldap'
# Git Wiki
# Required manually in config/initializers/gollum.rb to control load order