uclibs / staff-directory-23

1 stars 0 forks source link

Add platform x86_64-linux to Gemfile.lock #143

Closed Janell-Huyck closed 7 months ago

Janell-Huyck commented 8 months ago

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.

hortongn commented 8 months ago

@Janell-Huyck Did this change allow you to successfully deploy?

Janell-Huyck commented 7 months ago

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.

Janell-Huyck commented 7 months ago

After adding the 2 gems bcrypt_pbkdf and ed2519, the branch deploys smoothly.