Skip to content

Commit

Permalink
Remove strscan dependency declaration from gemspec (#204)
Browse files Browse the repository at this point in the history
`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)
  • Loading branch information
Bo98 committed Sep 4, 2024
1 parent caec187 commit ad02f99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rexml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,4 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files = rdoc_files

spec.required_ruby_version = '>= 2.5.0'

spec.add_runtime_dependency("strscan")
end

0 comments on commit ad02f99

Please sign in to comment.