Skip to content

Commit

Permalink
Merge pull request #432 from Ivanov-Anton/#431-improvement
Browse files Browse the repository at this point in the history
#431, Add `ostruct` as a dependency to the gemspec
  • Loading branch information
HarlemSquirrel authored Oct 29, 2024
2 parents ca78b20 + 789b133 commit 450b543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net-ldap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
s.required_ruby_version = ">= 2.0.0"
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}

s.add_dependency("ostruct")
s.add_development_dependency("flexmock", "~> 1.3")
s.add_development_dependency("rake", "~> 12.3.3")
s.add_development_dependency("rubocop", "~> 1.48")
Expand Down

0 comments on commit 450b543

Please sign in to comment.