Skip to content

Commit ac0b736

Browse files
committed
Require Ruby >= 3.2.0 (closes #199).
* Ruby 3.1 has reached End-of-Life and the new `io-endpoint` and `io-stream` gems require Ruby >= 3.2.0.
1 parent 5445e0d commit ac0b736

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
ruby:
12-
- '3.1'
1312
- '3.2'
1413
- '3.3'
1514
- '3.4'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ end
302302

303303
## Requirements
304304

305-
* [Ruby] >= 3.1.0
305+
* [Ruby] >= 3.2.0
306306
* [nmap] >= 5.00
307307
* [GraphViz][graphviz] (for SVG, PNG, or PDF output)
308308
* [thread-local] ~> 1.0

gemspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ generated_files:
3636
- data/wordlists/subdomains-1000.txt.gz
3737
- data/wordlists/raft-small-directories.txt.gz
3838

39-
required_ruby_version: ">= 3.1.0"
39+
required_ruby_version: ">= 3.2.0"
4040

4141
dependencies:
4242
csv: ~> 3.0

0 commit comments

Comments
 (0)