Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Oct 29, 2024

Commits on Oct 26, 2024

  1. ruby-ldap#431, Add ostruct as a dependency to the gemspec

    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.
    Ivanov-Anton committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7557c6f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    789b133 View commit details
    Browse the repository at this point in the history