Relax dependency on ruby-net-ldap

This commit is contained in:
Pirate Praveen 2023-03-08 23:06:13 +05:30
parent 9d7691c9e2
commit 2a7dc528d2
No known key found for this signature in database
GPG key ID: 8F53E0193B294B75
2 changed files with 12 additions and 0 deletions

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

View file

@ -13,6 +13,7 @@ Gemfile/0190-relax-rdoc.patch
Gemfile/0200-add-gitlab-dangerfiles.patch
Gemfile/0210-comment-out-openssl.patch
Gemfile/0220-relax-oj-in-ipynbdiff.patch
Gemfile/0230-relax-net-ldap.patch
nodejs/0010-set-webpack-root.patch
nodejs/0020-remove-dev-dependencies.patch
nodejs/0030-use-yarnpkg.patch