Skip to content

Commit

Permalink
Restrict to rexml 3.0 - 3.2.6
Browse files Browse the repository at this point in the history
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 ruby/rexml#131
  • Loading branch information
joshcooper committed May 17, 2024
1 parent b4ec575 commit 77ca2ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions facter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Gem::Specification.new do |spec|
# Facter without a compiler.
spec.add_development_dependency 'ffi', '1.15.5'
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
spec.add_development_dependency 'rexml', '~> 3.2', '<= 3.2.6'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 1.28' # last version to support 2.5
spec.add_development_dependency 'rubocop-performance', '~> 1.5.2'
Expand Down

0 comments on commit 77ca2ab

Please sign in to comment.