solidusio / solidus_support

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

Remove deprecate_constant to separate method #67

Closed Azeem838 closed 8 months ago

Azeem838 commented 2 years ago

The deprecate_constant method has only been moved to ActiveSupport::Deprecation::DeprecatedConstantAccessor in ActiveSupport5.2. This means that Rails versions prior to 5.2 will not be able to use SolidusSupport versions >=0.8.0.

Related Issue: #54

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

elia commented 8 months ago

@Azeem838 Rails 5.2 has not been supported for a while now, so I'm closing this issue, but I'm happy to reopen in case this is still a problem 👍