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 64d1d21 commit 0ce665e
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 @@ -27,11 +27,11 @@ Gem::Specification.new do |s|

s.bindir = 'bin'
s.executables = ['rwinrmcp']
s.required_ruby_version = '>= 2.5.0'
s.add_runtime_dependency 'chef-winrm', '>= 2.3.10'
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'
s.add_runtime_dependency 'chef-winrm', '>= 2.3.10'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake', '>= 13.2.1'
s.add_development_dependency 'rspec', '~> 3.0'
Expand Down

0 comments on commit 0ce665e

Please sign in to comment.