Skip to content

Commit 81ea3e2

Browse files
committed
Require Ruby 3.1.0 or later
1 parent 4b5fc63 commit 81ea3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command_line_boss.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
DESCRIPTION
1717
spec.homepage = "TODO: Put your gem's website or public repo URL here."
1818
spec.license = "MIT"
19-
spec.required_ruby_version = ">= 3.0.0"
19+
spec.required_ruby_version = ">= 3.1.0"
2020

2121
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
2222

0 commit comments

Comments
 (0)