Skip to content

Commit

Permalink
Require Ruby >= 3.0 (#435)
Browse files Browse the repository at this point in the history
* Require Ruby >= 3.0.0

* Update test.yml
  • Loading branch information
HarlemSquirrel authored Oct 29, 2024
1 parent 450b543 commit 2605a02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "jruby-9.3"
- "jruby-9.4"
- "truffleruby"
steps:
Expand Down
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 2605a02

Please sign in to comment.