Add ED25519 ssh key support for deployment (development only)

Update Bundle and Yarn files
This commit is contained in:
Sebastian Serth
2019-05-15 17:42:14 +02:00
parent e0e0d72f1d
commit 5a1d44d279

View File

@ -56,6 +56,8 @@ group :development, :staging do
gem 'rubocop', require: false
gem 'rubocop-rspec'
gem 'web-console'
gem 'ed25519', require: false # For SSH deployment with ED25519 key
gem 'bcrypt_pbkdf', require: false # For SSH deployment with ED25519 key
end
group :development, :test, :staging do