Skip to content

Commit

Permalink
Merge pull request #13523 from chrisroberts/bump-patch-constraint
Browse files Browse the repository at this point in the history
Bump version constraint for patching
  • Loading branch information
chrisroberts authored Oct 31, 2024
2 parents 0001a7e + c58d872 commit 1413e1f
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 1413e1f

Please sign in to comment.