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:
parent
10ad81eb2d
commit
d4a490f26a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue