relax net-ldap version

This commit is contained in:
Mohammed Bilal 2023-02-08 21:43:45 +05:30
parent df89b40b06
commit bc3835294d
No known key found for this signature in database
GPG key ID: B3F5945285219E1F

View file

@ -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'