We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cef102 commit b40db41Copy full SHA for b40db41
1 file changed
erb.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
spec.summary = %q{An easy to use but powerful templating system for Ruby.}
15
spec.description = %q{An easy to use but powerful templating system for Ruby.}
16
spec.homepage = 'https://github.com/ruby/erb'
17
- spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
18
spec.licenses = ['Ruby', 'BSD-2-Clause']
19
20
spec.metadata['homepage_uri'] = spec.homepage
0 commit comments