boston-library / bpldc_authority_api

API for returning authority data and controlled values for BPLDC descriptive metadata
1 stars 0 forks source link

update to ruby 3.0.4 and rails 6.1.7 #69

Closed ebenenglish closed 1 year ago

ebenenglish commented 1 year ago

We should attempt to update the app to ruby 3.0.4 and rails 6.1.7.

This will involve changing these files:

and also maybe:

Steps (assuming you already have a working version with database, etc.):

  1. Update rvm
  2. Install ruby-3.0.4
  3. Update rails version in Gemfile
  4. Run bundle update
  5. Run rake spec

If the above works, we can start working on getting builds to pass in Jenkins and Travis. Then work on deployments to staging and eventually production.