11 lines
239 B
Diff
11 lines
239 B
Diff
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -386,7 +386,7 @@
|
|
gem 'sys-filesystem', '~> 1.1', '>= 1.1.6'
|
|
|
|
# SSH host key support
|
|
-gem 'net-ssh', '~> 4.2'
|
|
+gem 'net-ssh', '>= 4.2'
|
|
gem 'sshkey', '~> 1.9'
|
|
|
|
# Required for ED25519 SSH host key support
|