Skip to content

Commit 450b543

Browse files
Merge pull request #432 from Ivanov-Anton/#431-improvement
#431, Add `ostruct` as a dependency to the gemspec
2 parents ca78b20 + 789b133 commit 450b543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)