Skip to content

Commit

Permalink
Bump version constraint for patching
Browse files Browse the repository at this point in the history
Updates the version constraint defined for net-ssh patching to
include current lastest release.
  • Loading branch information
chrisroberts committed Oct 31, 2024
1 parent 0001a7e commit c58d872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant/patches/net-ssh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "net/ssh/buffer"

# Set the version requirement for when net-ssh should be patched
NET_SSH_PATCH_REQUIREMENT = Gem::Requirement.new(">= 7.0.0", "< 7.2.2")
NET_SSH_PATCH_REQUIREMENT = Gem::Requirement.new(">= 7.0.0", "<= 7.3")

# This patch provides support for properly loading ECDSA private keys
if NET_SSH_PATCH_REQUIREMENT.satisfied_by?(Gem::Version.new(Net::SSH::Version::STRING))
Expand Down

0 comments on commit c58d872

Please sign in to comment.