diff --git a/Gemfile b/Gemfile index 48d1f00d69..b069ab1c4d 100644 --- a/Gemfile +++ b/Gemfile @@ -289,13 +289,13 @@ group :ci, :development do gem 'capistrano-rails' # cap errors on ssh if these not installed (ag) - # gem 'ed25519' - # gem 'bcrypt_pbkdf' + gem 'ed25519' + gem 'bcrypt_pbkdf' # Fixes cap deploy errors on AL2023 (ag) - # gem 'net-smtp' - # gem 'net-imap' - # gem 'net-pop' + gem 'net-smtp' + gem 'net-imap' + gem 'net-pop' # RuboCop is a Ruby code style checking and code formatting tool. It aims to enforce # the community-driven Ruby Style Guide. diff --git a/Gemfile.lock b/Gemfile.lock index 0447906936..cbc2713c97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,6 +113,7 @@ GEM aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) bcrypt (3.1.20) + bcrypt_pbkdf (1.1.0) better_errors (2.9.1) coderay (>= 1.0.0) erubi (>= 1.0.0) @@ -206,6 +207,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) + date (3.3.4) debug_inspector (1.2.0) delayed_job (4.1.11) activesupport (>= 3.0, < 8.0) @@ -234,6 +236,7 @@ GEM fog-aws ecma-re-validator (0.4.0) regexp_parser (~> 2.2) + ed25519 (1.3.0) erubi (1.12.0) excon (0.110.0) execjs (2.9.1) @@ -375,10 +378,19 @@ GEM nenv (0.3.0) net-http (0.4.1) uri + net-imap (0.4.10) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.2) + timeout net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) net-sftp (4.0.0) net-ssh (>= 5.0.0, < 8.0.0) + net-smtp (0.4.0.1) + net-protocol net-ssh (7.2.1) nio4r (2.7.0) no_proxy_fix (0.1.2) @@ -603,6 +615,7 @@ GEM unicode-display_width (>= 1.1.1, < 3) text (1.3.1) thor (1.3.1) + timeout (0.4.1) tomparse (0.4.2) translation (1.40) gettext (~> 3.2, >= 3.2.5, <= 3.4.9) @@ -672,6 +685,7 @@ DEPENDENCIES api-pagination autoprefixer-rails aws-sdk-s3 + bcrypt_pbkdf better_errors (= 2.9.1) binding_of_caller bootsnap @@ -693,6 +707,7 @@ DEPENDENCIES dotenv-rails dragonfly dragonfly-s3_data_store + ed25519 factory_bot_rails faker flag_shih_tzu @@ -710,6 +725,9 @@ DEPENDENCIES mimemagic mocha mysql2 (= 0.5.5) + net-imap + net-pop + net-smtp omniauth omniauth-orcid omniauth-rails_csrf_protection