Skip to content

Commit 553afe4

Browse files
Require Ruby >= 3.0.0
1 parent 450b543 commit 553afe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net-ldap.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
2626
s.homepage = %q{http://github.com/ruby-ldap/ruby-net-ldap}
2727
s.rdoc_options = ["--main", "README.rdoc"]
2828
s.require_paths = ["lib"]
29-
s.required_ruby_version = ">= 2.0.0"
29+
s.required_ruby_version = ">= 3.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

3232
s.add_dependency("ostruct")

0 commit comments

Comments
 (0)