[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:
parent
10ad81eb2d
commit
d4a490f26a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user