Skip to content

Commit

Permalink
[ruby/erb] Clarify supported ruby versions in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored and matzbot committed Mar 26, 2021
1 parent 3c0528a commit 3789d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/erb.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{An easy to use but powerful templating system for Ruby.}
spec.description = %q{An easy to use but powerful templating system for Ruby.}
spec.homepage = 'https://github.com/ruby/erb'
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
spec.licenses = ['Ruby', 'BSD-2-Clause']

spec.metadata['homepage_uri'] = spec.homepage
Expand Down

0 comments on commit 3789d58

Please sign in to comment.