Relax dependency on ruby-net-ldap
This commit is contained in:
parent
9d7691c9e2
commit
2a7dc528d2
2 changed files with 12 additions and 0 deletions
11
debian/patches/Gemfile/0230-relax-net-ldap.patch
vendored
Normal file
11
debian/patches/Gemfile/0230-relax-net-ldap.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -115,7 +115,7 @@
|
||||||
|
# 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', require: 'omniauth-ldap'
|
||||||
|
-gem 'net-ldap', '~> 0.16.3'
|
||||||
|
+gem 'net-ldap', '~> 0.17.0'
|
||||||
|
|
||||||
|
# API
|
||||||
|
gem 'grape', '~> 1.5','>= 1.5.2'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -13,6 +13,7 @@ Gemfile/0190-relax-rdoc.patch
|
||||||
Gemfile/0200-add-gitlab-dangerfiles.patch
|
Gemfile/0200-add-gitlab-dangerfiles.patch
|
||||||
Gemfile/0210-comment-out-openssl.patch
|
Gemfile/0210-comment-out-openssl.patch
|
||||||
Gemfile/0220-relax-oj-in-ipynbdiff.patch
|
Gemfile/0220-relax-oj-in-ipynbdiff.patch
|
||||||
|
Gemfile/0230-relax-net-ldap.patch
|
||||||
nodejs/0010-set-webpack-root.patch
|
nodejs/0010-set-webpack-root.patch
|
||||||
nodejs/0020-remove-dev-dependencies.patch
|
nodejs/0020-remove-dev-dependencies.patch
|
||||||
nodejs/0030-use-yarnpkg.patch
|
nodejs/0030-use-yarnpkg.patch
|
||||||
|
|
Loading…
Reference in a new issue