Skip to content

Commit 138f032

Browse files
committed
Require ruby >= 2.7
1 parent 5f30c1f commit 138f032

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 = ">= 2.7.0"
3030

3131
# to update dependencies edit project.yml
3232

0 commit comments

Comments
 (0)