Skip to content

Commit 1f5fe1d

Browse files
committed
Require Ruby >= 3.2.0 to match ronin-recon.
1 parent 73e9f65 commit 1f5fe1d

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.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'

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AllCops:
22
NewCops: enable
33
SuggestExtensions: false
4-
TargetRubyVersion: 3.1
4+
TargetRubyVersion: 3.2
55

66
inherit_gem:
77
rubocop-ronin: rubocop.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ http://localhost:1337, if ran in a real terminal.
111111
* [redis-server][redis] >= 6.2
112112
* [nmap]
113113
* [masscan]
114-
* [Ruby] >= 3.1.0
114+
* [Ruby] >= 3.2.0
115115

116116
**Note:** both `nmap` and `masscan` require additional Linux capabilities in
117117
order to be ran without `sudo` or `root` privileges.

gemspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generated_files:
2424
excluded_files:
2525
- screenshots/*.svg
2626

27-
required_ruby_version: ">= 3.1.0"
27+
required_ruby_version: ">= 3.2.0"
2828

2929
dependencies:
3030
dry-schema: ~> 1.0

0 commit comments

Comments
 (0)