1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-04 22:59:47 +00:00

Update net-ldap to 0.17 (#34339).

git-svn-id: http://svn.redmine.org/redmine/trunk@20519 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-11-30 13:46:09 +00:00
parent 70aa40654d
commit a6752f0f81

View File

@ -28,7 +28,7 @@ gem 'rqrcode'
# Optional gem for LDAP authentication
group :ldap do
gem "net-ldap", "~> 0.16.0"
gem 'net-ldap', '~> 0.17.0'
end
# Optional gem for OpenID authentication