You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments