Skip to content

Commit bf5667c

Browse files
committed
Set minimum Ruby version to 3.1
1 parent 4948914 commit bf5667c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dry-cli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-cli"
2727
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-cli/issues"
2828

29-
spec.required_ruby_version = ">= 2.4.0"
29+
spec.required_ruby_version = ">= 3.1"
3030

3131
# to update dependencies edit project.yml
3232

0 commit comments

Comments
 (0)