sul-dlss / was-registrar-app

Rails app to organize downloaded web archiving data and trigger preassembly/accessioning when appropriate
0 stars 0 forks source link

Use Rails 6.1 defaults #394

Closed jcoyne closed 2 years ago

jcoyne commented 2 years ago

Why was this change made?

This prevents deprecation errors like:

DEPRECATION WARNING: Non-URL-safe CSRF tokens are deprecated. Use 6.1 defaults or above. (called from <top (required)> at /Users/jcoyne85/workspace/sul-dlss/was-registrar-app/spec/rails_helper.rb:14)
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
 to  in your application.

How was this change tested?

Which documentation and/or configurations were updated?