From 8881ff78b1a13ecbc0eb18ad92182e3ff157522d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 14 Jan 2025 21:21:23 -0500 Subject: Add gems needed for ed25519 and Capistrano --- Gemfile | 2 ++ Gemfile.lock | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index e183bdc..4d6eda6 100644 --- a/Gemfile +++ b/Gemfile @@ -71,6 +71,8 @@ group :development do gem 'capistrano-bundler', require: false gem 'capistrano-passenger', require: false gem 'highline', require: false + gem 'ed25519', '>= 1.2', '< 2.0' + gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 4397b84..bbbf45a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,6 +80,8 @@ GEM airbrussh (1.5.0) sshkit (>= 1.6.1, != 1.7.0) base64 (0.2.0) + bcrypt_pbkdf (1.1.1) + bcrypt_pbkdf (1.1.1-x86_64-darwin) bigdecimal (3.1.4) bindex (0.8.1) bootsnap (1.17.0) @@ -119,6 +121,7 @@ GEM reline (>= 0.3.1) drb (2.2.0) ruby2_keywords + ed25519 (1.3.0) enumerize (2.7.0) activesupport (>= 3.2) erubi (1.12.0) @@ -289,6 +292,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + bcrypt_pbkdf (>= 1.0, < 2.0) bootsnap capistrano (~> 3.0) capistrano-bundler @@ -297,6 +301,7 @@ DEPENDENCIES capistrano-rvm capybara debug + ed25519 (>= 1.2, < 2.0) enumerize haml highline -- cgit 1.4.1