summaryrefslogtreecommitdiff
path: root/lib/racc/racc.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-06-22 18:17:06 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-06-25 17:26:27 +0900
commit7641a83d1f314c3c9400f733cd758164de4fa6c1 (patch)
treeb580464680fabe50f92a51d6ee9c6676e6173f1d /lib/racc/racc.gemspec
parentdd0a9507a2a818d34dc4413717666800ede78f2d (diff)
[ruby/racc] Removed needless condition for old versions of RubyGems.
https://github.com/ruby/racc/commit/fe3183b1ff
Diffstat (limited to 'lib/racc/racc.gemspec')
-rw-r--r--lib/racc/racc.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec
index 7826449a52..cf98f93be2 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -89,7 +89,6 @@ DESC
"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 = [