Skip to content

Commit

Permalink
updating winrm to overcome a CVE
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Jan 8, 2025
1 parent fc98d6d commit abfc48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions winrm-fs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'erubi', '>= 1.7'
s.add_runtime_dependency 'logging', ['>= 1.6.1', '< 3.0']
s.add_runtime_dependency 'rubyzip', '~> 2.0'
s.add_runtime_dependency 'winrm', '~> 2.0'
s.add_runtime_dependency 'chef-winrm', '>= 2.3.10'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake', '>= 10.3', '< 13'
s.add_development_dependency 'rake', '>= 13.2.1'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rubocop', '~> 1.26.0'
end

0 comments on commit abfc48b

Please sign in to comment.