Actions
Feature #43981
openUpdate net-ldap to current version (0.20.0)
Status:
New
Priority:
Normal
Assignee:
-
Category:
Gems support
Target version:
Resolution:
Description
The Gemfile still references to version 0.17.0 of net-ldap:
https://github.com/redmine/redmine/blob/master/Gemfile
The current version is 0.20.0:
https://github.com/ruby-ldap/ruby-net-ldap/releases/tag/v0.20.0
The new version contains fixes for the ostruct gem regarding ruby 4.x
Currently, I get this warning when working with redmine:
"/usr/local/bundle/gems/net-ldap-0.17.1/lib/net/ldap.rb:2: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 4.0.0"
This should be fixed in the new version 0.20.0 of net-ldap.
It would be great if you could update the dependency to the current version.
Thanks!
Actions