Skip to content

Commit

Permalink
Revert "Add dependency to pin rexml at <= 3.3.1 as latest versions th…
Browse files Browse the repository at this point in the history
…row execption when parsing invalid xml. Without the ping latest gem gets pulled in."

This reverts commit 9de47cd.
  • Loading branch information
neha-p6 committed Aug 9, 2024
1 parent 9de47cd commit 25bdf25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion knife-windows.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.7", "< 3.1"
s.add_dependency "chef", "~> 17.10"
s.add_dependency "winrm", "~> 2.1"
s.add_dependency "rexml", "<= 3.3.1" # A non xml string parsing will throw an error 3.3.2 onward. https://github.com/ruby/rexml/issues/180
s.add_dependency "winrm-elevated", "~> 1.0"

s.add_development_dependency "pry"
Expand Down

0 comments on commit 25bdf25

Please sign in to comment.