Actions
Patch #43981
closedUpdate net-ldap to 0.20
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!
Updated by Go MAEDA 24 days ago
- Subject changed from Update net-ldap to current version (0.20.0) to Update net-ldap to 0.20
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from Candidate for next major release to 7.0.0
- Resolution set to Fixed
Updated the Gemfile in r24597. Thank you.
Actions