Skip to content

Commit

Permalink
Support for WinRM 1.5+
Browse files Browse the repository at this point in the history
Allow winrm-elevated elevated runners to work alongside WinRM 1.5+
Executors and winrm-fs at least 0.2.0
  • Loading branch information
jerryk55 committed Mar 1, 2016
1 parent 2be6fa9 commit 04ba8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions winrm-elevated.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = %w(README.md LICENSE)

s.required_ruby_version = '>= 1.9.0'
s.add_runtime_dependency 'winrm', '~> 1.3'
s.add_runtime_dependency 'winrm-fs', '~> 0.2.2'
s.add_runtime_dependency 'winrm', '>= 1.5'
s.add_runtime_dependency 'winrm-fs', '>= 0.2.0'
s.add_development_dependency 'rspec', '~> 3.2'
s.add_development_dependency 'rake', '~> 10.3'
s.add_development_dependency 'rubocop', '~> 0.28'
Expand Down

0 comments on commit 04ba8bf

Please sign in to comment.