Insall "ed25519" gem to deploy with ed25519 SSH keys

This commit is contained in:
Jérémy Lecour 2019-08-19 13:51:56 +02:00 committed by Jérémy Lecour
parent a9f23bd3f5
commit 5b1ac295a7
2 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,7 @@ group :development do
# Necessary for elliptic curve SSH keys # Necessary for elliptic curve SSH keys
gem 'rbnacl', ">= 3.2", "<5.0" gem 'rbnacl', ">= 3.2", "<5.0"
gem 'bcrypt_pbkdf', ">= 1.0", "<2.0" gem 'bcrypt_pbkdf', ">= 1.0", "<2.0"
gem 'ed25519', ">= 1.2", "< 2.0"
end end
group :test do group :test do

View File

@ -102,6 +102,7 @@ GEM
devise-i18n (1.8.1) devise-i18n (1.8.1)
devise (>= 4.6) devise (>= 4.6)
docile (1.3.2) docile (1.3.2)
ed25519 (1.2.4)
erubi (1.8.0) erubi (1.8.0)
execjs (2.7.0) execjs (2.7.0)
factory_bot (5.0.2) factory_bot (5.0.2)
@ -353,6 +354,7 @@ DEPENDENCIES
database_cleaner database_cleaner
devise (~> 4.4) devise (~> 4.4)
devise-i18n (~> 1.6) devise-i18n (~> 1.6)
ed25519 (>= 1.2, < 2.0)
factory_bot_rails (~> 5.0) factory_bot_rails (~> 5.0)
guard guard
guard-minitest guard-minitest