Skip to content

Commit

Permalink
Clarify supported ruby versions in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 25, 2021
1 parent 9cef102 commit b40db41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 b40db41

Please sign in to comment.