You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gem depends on ActiveSupport::Configurable, which is deprecated and will be removed in Rails 8.2 without a replacement. Warnings appear after upgrading to Rails 8.1 when running the server:
ActiveSupport::Configurable is deprecated without replacement, and will be removed in Rails 8.2.
You can emulate the previous behavior with `class_attribute`.