12 lines
229 B
Diff
12 lines
229 B
Diff
|
--- a/Gemfile
|
||
|
+++ b/Gemfile
|
||
|
@@ -377,7 +377,7 @@
|
||
|
# Required for ED25519 SSH host key support
|
||
|
group :ed25519 do
|
||
|
gem 'rbnacl-libsodium'
|
||
|
- gem 'rbnacl', '~> 3.2'
|
||
|
+ gem 'rbnacl', '>= 3.2'
|
||
|
gem 'bcrypt_pbkdf', '~> 1.0'
|
||
|
end
|
||
|
|