ruby-changes:65931
From: Jeremy <ko1@a...>
Date: Thu, 22 Apr 2021 14:57:31 +0900 (JST)
Subject: [ruby-changes:65931] d4a490f26a (master): [ruby/uri] Set required_ruby_version to 2.4 in gemspec
https://git.ruby-lang.org/ruby.git/commit/?id=d4a490f26a From d4a490f26a60e861ca6525723f4b44f6fb88dcc1 Mon Sep 17 00:00:00 2001 From: Jeremy Evans <code@j...> Date: Thu, 4 Mar 2021 15:20:28 -0800 Subject: [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 --- lib/uri/uri.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/uri/uri.gemspec b/lib/uri/uri.gemspec index c4a16f4..584a4fa 100644 --- a/lib/uri/uri.gemspec +++ b/lib/uri/uri.gemspec @@ -15,6 +15,8 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/uri/uri.gemspec#L15 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 -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/