$ rails credentials:edit
rails aborted!
Don't know how to build task 'credentials:edit' (see --tasks)
redentials.yml.enc was added from Rails 5.2, so let's set it to 5.2 if there is no problem.
gem 'rails', '~> 5.2'
bundle update
https://fuzzyblog.io/blog/rails/2020/09/14/deploying-to-hatchbox-with-rails-5-x.html
Recommended Posts