Relax net-ssh version
This commit is contained in:
parent
ad34c02a21
commit
703dbc9023
2 changed files with 12 additions and 0 deletions
11
debian/patches/0510-relax-net-ssh.patch
vendored
Normal file
11
debian/patches/0510-relax-net-ssh.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -24,3 +24,4 @@ relax-ruby-version.pacth
|
||||||
fix-8-to-10-migration.patch
|
fix-8-to-10-migration.patch
|
||||||
0025-Relax-recaptcha-version.patch
|
0025-Relax-recaptcha-version.patch
|
||||||
0500-relax-dropzonejs-rails.patch
|
0500-relax-dropzonejs-rails.patch
|
||||||
|
0510-relax-net-ssh.patch
|
||||||
|
|
Loading…
Reference in a new issue