Skip to content

Commit 7557c6f

Browse files
committed
#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.
1 parent 7f060e1 commit 7557c6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: net-ldap.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
2929
s.required_ruby_version = ">= 2.0.0"
3030
s.summary = %q{Net::LDAP for Ruby (also called net-ldap) implements client access for the Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for accessing distributed directory services}
3131

32+
s.add_dependency("ostruct")
3233
s.add_development_dependency("flexmock", "~> 1.3")
3334
s.add_development_dependency("rake", "~> 12.3.3")
3435
s.add_development_dependency("rubocop", "~> 1.48")

0 commit comments

Comments
 (0)