summaryrefslogtreecommitdiff
path: root/lib/racc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-25 15:44:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-25 15:44:56 +0900
commit9a78e24f7d269c9688a0fa50c82751b5ec8d512a (patch)
tree6e08829f8a2a1262862fe2d3138fe5592912f32f /lib/racc
parent4eff8a662a4bf12dc0c2e5d87b1578f03d872722 (diff)
Removed nonsense `rubygems_version` in input gemspec files
As it is ignored and set at building packages automatically, it is just nonsense to set in gemspec file for input.
Diffstat (limited to 'lib/racc')
-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 61356eca64..31d0e586af 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -82,7 +82,6 @@ DESC
"test/testscanner.rb", "web/racc.en.rhtml", "web/racc.ja.rhtml"
]
s.require_paths = ["lib"]
- s.rubygems_version = "3.1.0.pre1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.rdoc_options = ["--main", "README.rdoc"]
s.extra_rdoc_files = [