Ensure using at least net-ssh 7.3.0

This has support for aes(128|256)gcm ciphers and some fixes for
Ruby 3.3.
This commit is contained in:
Donal McBreen
2024-10-23 14:56:53 +01:00
parent a3e5505bb2
commit 8d0f4903ae
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ PATH
concurrent-ruby (~> 1.2)
dotenv (~> 3.1)
ed25519 (~> 1.2)
net-ssh (~> 7.0)
net-ssh (~> 7.3)
sshkit (>= 1.23.0, < 2.0)
thor (~> 1.3)
zeitwerk (>= 2.6.18, < 3.0)
@@ -78,7 +78,7 @@ GEM
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-ssh (7.2.3)
net-ssh (7.3.0)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)