lobsters / lobsters-ansible

Ansible playbook for lobste.rs
ISC License
78 stars 25 forks source link

Remove warning supression from prod #62

Closed pushcx closed 10 months ago

pushcx commented 4 years ago

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.

pushcx commented 10 months ago

These are been fixed for a while.