Skip to content

Commit 2605a02

Browse files
Require Ruby >= 3.0 (#435)
* Require Ruby >= 3.0.0 * Update test.yml
1 parent 450b543 commit 2605a02

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- "3.1"
2424
- "3.2"
2525
- "3.3"
26-
- "jruby-9.3"
2726
- "jruby-9.4"
2827
- "truffleruby"
2928
steps:

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)