Skip to content

Commit

Permalink
Updating rxml dependency (#529)
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae authored Aug 9, 2024
1 parent 25bdf25 commit b6b01c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions knife-windows.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ Gem::Specification.new do |s|
s.summary = %q{Plugin that adds functionality to Chef Infra's Knife CLI for configuring/interacting with nodes running Microsoft Windows}
s.description = s.summary

s.required_ruby_version = ">= 2.7", "< 3.1"
s.add_dependency "chef", "~> 17.10"
s.required_ruby_version = ">= 3.0", "< 3.1"
s.add_dependency "chef", "~> 17.10.122"
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 b6b01c2

Please sign in to comment.