relax net-ldap version
This commit is contained in:
parent
df89b40b06
commit
bc3835294d
1 changed files with 2 additions and 1 deletions
|
@ -125,8 +125,9 @@ gitlab Gemfile
|
|||
# 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.2.0', require: 'omniauth-ldap'
|
||||
-gem 'net-ldap', '~> 0.16.3'
|
||||
+gem 'gitlab_omniauth-ldap', '~> 2.2', require: 'omniauth-ldap'
|
||||
gem 'net-ldap', '~> 0.16.3'
|
||||
+gem 'net-ldap', '~> 0.16', '>= 0.16.3'
|
||||
|
||||
# API
|
||||
-gem 'grape', '~> 1.5.2'
|
||||
|
|
Loading…
Reference in a new issue