debian-mirror-gitlab/debian/patches/Gemfile/0230-relax-net-ldap.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
382 B
Diff
Raw Normal View History

2023-03-08 23:06:13 +05:30
--- 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'