12 lines
231 B
Diff
12 lines
231 B
Diff
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -376,8 +376,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
|
|
|