[前][次][番号順一覧][スレッド一覧]

ruby-changes:66595

From: Hiroshi <ko1@a...>
Date: Fri, 25 Jun 2021 17:29:37 +0900 (JST)
Subject: [ruby-changes:66595] 7641a83d1f (master): [ruby/racc] Removed needless condition for old versions of RubyGems.

https://git.ruby-lang.org/ruby.git/commit/?id=7641a83d1f

From 7641a83d1f314c3c9400f733cd758164de4fa6c1 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 22 Jun 2021 18:17:06 +0900
Subject: [ruby/racc] Removed needless condition for old versions of RubyGems.

https://github.com/ruby/racc/commit/fe3183b1ff
---
 lib/racc/racc.gemspec | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec
index 7826449..cf98f93 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -89,7 +89,6 @@ DESC https://github.com/ruby/ruby/blob/trunk/lib/racc/racc.gemspec#L89
     "doc/en/Overview-of-racc.md"
   ]
   s.require_paths = ["lib"]
-  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.required_ruby_version = ">= 2.5"
   s.rdoc_options = ["--main", "README.rdoc"]
   s.extra_rdoc_files = [
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]