Skip to content

Commit b40db41

Browse files
committed
Clarify supported ruby versions in gemspec
1 parent 9cef102 commit b40db41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.summary = %q{An easy to use but powerful templating system for Ruby.}
1515
spec.description = %q{An easy to use but powerful templating system for Ruby.}
1616
spec.homepage = 'https://github.com/ruby/erb'
17-
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
17+
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
1818
spec.licenses = ['Ruby', 'BSD-2-Clause']
1919

2020
spec.metadata['homepage_uri'] = spec.homepage

0 commit comments

Comments
 (0)