Skip to content

Commit ad02f99

Browse files
authored
Remove strscan dependency declaration from gemspec (#204)
`strscan` is a part of the Ruby standard library in all versions of Ruby supported by REXML. So we don't need to declare it as a dependency explicitly. See also: #140 (comment)
1 parent caec187 commit ad02f99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rexml.gemspec

-2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,4 @@ Gem::Specification.new do |spec|
5858
spec.extra_rdoc_files = rdoc_files
5959

6060
spec.required_ruby_version = '>= 2.5.0'
61-
62-
spec.add_runtime_dependency("strscan")
6361
end

0 commit comments

Comments
 (0)