tighten/version dependency ruby-net-ldap:

Otherwise upgrade from GitLab 9.5 may fail as follows:

~~~~
Bundler could not find compatible versions for gem "net-ldap":
  In Gemfile:
    net-ldap

    gitlab_omniauth-ldap (~> 2.0.4) was resolved to 2.0.4, which depends on
      net-ldap (~> 0.16)

Could not find gem 'net-ldap (~> 0.16)', which is required by gem
'gitlab_omniauth-ldap (~> 2.0.4)', in any of the sources.
~~~~
This commit is contained in:
Dmitry Smirnov 2018-03-26 16:56:30 +11:00
parent 808a85ee71
commit 3378a82786

2
debian/control vendored
View file

@ -83,7 +83,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-gpgme,
# LDAP Auth
ruby-omniauth-ldap (>= 2.0.4~),
ruby-net-ldap,
ruby-net-ldap (>= 0.16.1~),
# Git Wiki
ruby-gollum-lib (>= 4.2.7~),
ruby-gollum-rugged-adapter (>= 0.4.4~),