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 <john.mccrae@progress.com>
  • Loading branch information
johnmccrae committed Jan 8, 2025
1 parent 0ce665e commit a26558b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winrm-fs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.bindir = 'bin'
s.executables = ['rwinrmcp']
s.add_runtime_dependency 'chef-winrm', '>= 2.3.10'
s.required_ruby_version '>= 3.0'
s.required_ruby_version = '>= 3.0'
s.add_runtime_dependency 'erubi', '>= 1.7'
s.add_runtime_dependency 'logging', ['>= 1.6.1', '< 3.0']
s.add_runtime_dependency 'rubyzip', '~> 2.0'
Expand Down

0 comments on commit a26558b

Please sign in to comment.