From 5a1d44d2792207f02946dcfb90d53063a7fd406f Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 15 May 2019 17:42:14 +0200 Subject: [PATCH] Add ED25519 ssh key support for deployment (development only) Update Bundle and Yarn files --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 9a4919a4..5cc81ce7 100644 --- a/Gemfile +++ b/Gemfile @@ -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