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.1.4 #112

Closed ebenenglish closed 5 months ago

ebenenglish commented 5 months ago

Steps:

  1. Create new branch
  2. Install 3.1.4 locally using RVM (if needed)
  3. Modify ruby version in Gemfile and .ruby-version (do not manually modify Gemfile.lock)
  4. Run bundle update
  5. Update TargetRubyVersion to 3.1 in .rubocop.yml
  6. Run bundle exec rubocop to make sure there are no linting errors
    • if there are errors, contact @ebenenglish or @bbarberBPL to review, do not auto-correct
  7. Update ruby, and bundler version in .travis.yml
  8. Update ubuntu version to focal (20.04) in travis.yml
  9. Push branch, see what happens