Closed Janell-Huyck closed 7 months ago
@Janell-Huyck Did this change allow you to successfully deploy?
I hadn't tried - the change was at the very end of the day and I made the PR on my way out of the door. I can try it now if you like. It will be from my home's Mac Mini, not the work laptop.
After adding the 2 gems bcrypt_pbkdf and ed2519, the branch deploys smoothly.
These changes in Gemfile.lock result from running the command
bundle lock --add-platform x86_64-linux
in the command line, as is needed to deploy the current qa branch.This PR also adds two new gems to the development section of the Gemfile which are needed for deploy: ed25519 and bcrypt_pbkdf.