Upgrade omniauth-ldap gem (and some dependencies)
Most notably, the net-ldap gem.
Showing
... | ... | @@ -61,7 +61,7 @@ gem 'browser', '~> 2.2' |
# LDAP Auth | ||
# 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', '~> 1.2.1', require: 'omniauth-ldap' | ||
gem 'gitlab_omniauth-ldap', '~> 2.0.1', require: 'omniauth-ldap' | ||
# Git Wiki | ||
# Required manually in config/initializers/gollum.rb to control load order | ||
... | ... |
Please register or sign in to comment