Rails emits a lot of warnings under Ruby 2.7. Yesterday it merged PRs into Rails 6 to silence them.
Prod puma config + cron jobs currently include RUBYOPT='-W:no-deprecated' until we're on 5.1 and need to bump to whatever future release of 6 includes these. Filing this ticket as a reminder to myself to remove those.
Rails emits a lot of warnings under Ruby 2.7. Yesterday it merged PRs into Rails 6 to silence them.
Prod puma config + cron jobs currently include
RUBYOPT='-W:no-deprecated'
until we're on 5.1 and need to bump to whatever future release of 6 includes these. Filing this ticket as a reminder to myself to remove those.