solidusio / solidus_support

Common runtime helpers for Solidus extensions.
BSD 3-Clause "New" or "Revised" License
9 stars 23 forks source link

Add explicit deprecator for better Rails 7.1 compatibility #82

Closed spaghetticode closed 8 months ago

spaghetticode commented 9 months ago

This is now required starting from Rails 7.1, otherwise a warning appears:

DEPRECATION WARNING: DeprecatedConstantAccessor.deprecate_constant
without a deprecator is deprecated

This was introduced with rails/rails@6ce3dd9.

Checklist

elia commented 8 months ago

Fixed by fd0eac66d23efb79cc891c252e6fe8b009821cb5

Thanks @spaghetticode 🙏