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:
parent
808a85ee71
commit
3378a82786
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -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~),
|
||||
|
|
Loading…
Reference in a new issue