puppetlabs / facter

Collect and display system facts
https://puppet.com/open-source/#osp
Apache License 2.0
617 stars 496 forks source link

Restrict to rexml 3.0 - 3.2.6 #2717

Closed joshcooper closed 4 months ago

joshcooper commented 4 months ago

rexml 3.2.7 added a runtime dependency on strscan, which requires native extensions on MRI Ruby and whose StringScanner.match method behaves differently depending on whether you're using the native or Java extension.

See https://github.com/ruby/rexml/issues/131