From 600a23aba996d2f7bec0dd4950f30f991677fe56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Mothes?= Date: Mon, 3 Oct 2022 17:31:23 +0200 Subject: [PATCH] install missing gems https://github.com/miloserdow/capistrano-deploy/issues/42 --- Gemfile | 2 ++ Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index d1a75822..50cd8667 100644 --- a/Gemfile +++ b/Gemfile @@ -48,6 +48,8 @@ group :development, :test do gem 'capistrano-rails' gem 'capistrano-uberspace', git: 'https://github.com/soemo/capistrano-uberspace.git', branch: 'master' gem 'capistrano-maintenance', require: false + gem 'ed25519', '>= 1.2', '< 2.0' + gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0' gem 'rspec-rails', '= 3.7.2' gem 'capybara' # rspec-rails braucht das um in den Views have_selector zu nutzen gem 'guard-rspec', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 88bd394d..92d5ff50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,6 +73,7 @@ GEM babel-source (>= 4.0, < 6) execjs (~> 2.0) bcrypt (3.1.16) + bcrypt_pbkdf (1.1.0) bootsnap (1.7.5) msgpack (~> 1.0) builder (3.2.4) @@ -121,6 +122,7 @@ GEM dotenv-rails (2.7.6) dotenv (= 2.7.6) railties (>= 3.2) + ed25519 (1.3.0) em-websocket (0.5.2) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) @@ -381,6 +383,7 @@ PLATFORMS DEPENDENCIES acts_as_paranoid (= 0.6.3) autoprefixer-rails + bcrypt_pbkdf (>= 1.0, < 2.0) bootsnap cancancan (= 2.3.0) capistrano-maintenance @@ -390,6 +393,7 @@ DEPENDENCIES devise (= 4.7.1) devise-encryptable dotenv-rails + ed25519 (>= 1.2, < 2.0) emojimmy exception_notification factory_bot_rails (= 4.8.2)