Skip to content

Commit

Permalink
Require Ruby >= 3.1.0 due to fiber-local-1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed May 22, 2024
1 parent 9797970 commit afb8075
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ http://localhost:1337, if ran in a real terminal.
* [redis-server][redis] >= 6.2
* [nmap]
* [masscan]
* [Ruby] >= 3.0.0
* [Ruby] >= 3.1.0

## Security

Expand Down
2 changes: 1 addition & 1 deletion gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
generated_files:
- man/ronin-app.1

required_ruby_version: ">= 3.0.0"
required_ruby_version: ">= 3.1.0"

dependencies:
dry-schema: ~> 1.0
Expand Down

0 comments on commit afb8075

Please sign in to comment.