Own-and-Ship / oas_agent

The Own & Ship Ruby agent
2 stars 0 forks source link

Only set `config.active_support.report_deprecations` on Rails >= 7.0 #37

Open caius opened 9 months ago

caius commented 9 months ago

Earlier versions of rails don't contain the setting, so we're just warning/setting a value that's never used for them.

https://github.com/rails/rails/blob/v6.1.7.6/activesupport/lib/active_support/railtie.rb doesn't contain it, https://github.com/rails/rails/blob/v7.0.0/activesupport/lib/active_support/railtie.rb does.