1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/uri] Set required_ruby_version to 2.4 in gemspec

Tests pass on Ruby 2.4, but not on Ruby 2.3.

https://github.com/ruby/uri/commit/594418079a
This commit is contained in:
Jeremy Evans 2021-03-04 15:20:28 -08:00 committed by Hiroshi SHIBATA
parent 10ad81eb2d
commit d4a490f26a

View file

@ -15,6 +15,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/uri"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.required_ruby_version = '>= 2.4'
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage