We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ca99c commit 5944180Copy full SHA for 5944180
uri.gemspec
@@ -15,6 +15,8 @@ Gem::Specification.new do |spec|
15
spec.homepage = "https://github.com/ruby/uri"
16
spec.licenses = ["Ruby", "BSD-2-Clause"]
17
18
+ spec.required_ruby_version = '>= 2.4'
19
+
20
spec.metadata["homepage_uri"] = spec.homepage
21
spec.metadata["source_code_uri"] = spec.homepage
22
0 commit comments