From 7e3caa8cd0736518c116231d93d0b147e7f02363 Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 5 Jun 2026 09:22:54 +0000 Subject: [PATCH] Add ED25519 SSH key support for Ubuntu 24 LTS --- temp_file/Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 2c5a8ec..439e5de 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -293,4 +293,7 @@ gem 'net_http_unix' gem 'roda', '3.66.0' gem 'roda-proxy', git: 'http://orbitgit.cloud/chiu/roda-proxy' gem "rails-reverse-proxy", git: "http://orbitgit.cloud/chiu/rails-reverse-proxy" -gem 'loofah', '2.20.0' #bind the latest work version to avoid crash \ No newline at end of file +gem 'loofah', '2.20.0' #bind the latest work version to avoid crash +gem 'rbnacl', '~> 3.4' +gem 'rbnacl-libsodium' +gem 'bcrypt_pbkdf', '~> 1.1' \ No newline at end of file