Skip to content

Commit

Permalink
Require Ruby >= 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Oct 29, 2024
1 parent 450b543 commit 553afe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-ldap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
s.homepage = %q{http://github.com/ruby-ldap/ruby-net-ldap}
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.required_ruby_version = ">= 2.0.0"
s.required_ruby_version = ">= 3.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")
Expand Down

0 comments on commit 553afe4

Please sign in to comment.