Skip to content

Commit

Permalink
Bump winrm constraint
Browse files Browse the repository at this point in the history
This fixes snakecase errors that may be encountered with the
winrm communicator.
  • Loading branch information
chrisroberts committed Oct 24, 2024
1 parent 71150ee commit f75e87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_dependency "rubyzip", "~> 2.3.2"
s.add_dependency "vagrant_cloud", "~> 3.1.1"
s.add_dependency "wdm", "~> 0.1.1"
s.add_dependency "winrm", ">= 2.3.6", "< 3.0"
s.add_dependency "winrm", ">= 2.3.9", "< 3.0"
s.add_dependency "winrm-elevated", ">= 1.2.3", "< 2.0"
s.add_dependency "winrm-fs", ">= 1.3.5", "< 2.0"

Expand Down

0 comments on commit f75e87d

Please sign in to comment.