ruby-net-ldap icon indicating copy to clipboard operation
ruby-net-ldap copied to clipboard

#431, Add `ostruct` as a dependency to the gemspec

Open Ivanov-Anton opened this issue 3 months ago • 1 comments

Description

This commit adds ostruct as an explicit dependency in the net-ldap gemspec.

With the release of Ruby 3.3.5 and later versions, users of net-ldap may encounter warnings related to the use of ostruct if it is not declared as a dependency. By including ostruct, we aim to enhance clarity regarding the gem's requirements and prevent any runtime issues related to missing dependencies.

Related links

closes #431

Ivanov-Anton avatar Oct 26 '24 14:10 Ivanov-Anton