Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade Rails to 7.1 - first pass (#2311)
Main actions so far: Update Rails to 7.1.4 in Gemfile Run bin/rails app:update to automatically update various config files Add explicit attributes for enums without a corresponding DB column Rename 422 unprocessable_entity to unprocessable_content Update some Swagger methods to the new OpenAPI equivalents Make sure that AWS library is properly included Use Database Cleaner instead of RSpec's own transactional fixtures as it seems to work more reliably on CircleCI Fix deprecation warnings where possible Finish the previous Rails 7.0 upgrade by enabling all 7.0 defaults
- Loading branch information