Skip to content

Commit f4c8194

Browse files
committed
Require at least Ruby 3.1.0
1 parent 5547b5c commit f4c8194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makenew-rbgem.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = "Project skeleton for a Ruby gem."
1313
spec.homepage = "https://github.com/makenew/rbgem"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = ">= 3.0.0"
15+
spec.required_ruby_version = ">= 3.1.0"
1616

1717
spec.metadata["homepage_uri"] = spec.homepage
1818
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)