uclibs / treatment_database

Application to track conservation workflow for Preservation Services
1 stars 2 forks source link

509- Set up to use nvm for deploys and circleci #511

Closed Janell-Huyck closed 3 months ago

Janell-Huyck commented 4 months ago

Fixes #509

Our servers are now using nvm to set node versions. This PR is to set up Treatment Database to take advantage of this new configuration.

hortongn commented 4 months ago

@Janell-Huyck Has this PR been test deployed to libappstest or does it have the deploy bug you're working on?

Janell-Huyck commented 4 months ago

It's been deployed successfully and does not have the same issue as the deploy but I'm working on.

Janell-Huyck commented 3 months ago

Updated to allow Rails version to bump - went from ~>6.1.7.7 to ~>6.1.7. There was a Brakeman error for the older Rails version. After updating the Rails pinned version, I ran bundle update.