remove rbnacl-libsodium (rbnacl already provides it)
This commit is contained in:
parent
e9e692c89c
commit
13c837be81
1 changed files with 3 additions and 2 deletions
5
debian/patches/0300-relax-rbnacl.patch
vendored
5
debian/patches/0300-relax-rbnacl.patch
vendored
|
@ -1,9 +1,10 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -377,7 +377,7 @@
|
||||
@@ -376,8 +376,7 @@
|
||||
|
||||
# Required for ED25519 SSH host key support
|
||||
group :ed25519 do
|
||||
gem 'rbnacl-libsodium'
|
||||
- gem 'rbnacl-libsodium'
|
||||
- gem 'rbnacl', '~> 3.2'
|
||||
+ gem 'rbnacl', '>= 3.2'
|
||||
gem 'bcrypt_pbkdf', '~> 1.0'
|
||||
|
|
Loading…
Reference in a new issue