Resolve the error and complete the deployment.
・ Ruby: 2.5.7 Rails: 5.2.4 ・ AWS: EC2 ・ OS: macOS Catalina
Add Gem in development environment
Gem
Gemfile
gem 'ed25519'
gem 'bcrypt_pbkdf'
Install bundle and run capistrano's auto-deploy command again
Terminal
$ bundle install
$ bundle exec cap production deploy
The error statement also told me to put this gem file in, so I tried it and it got better.
Recommended Posts