Skip to content

ActiveSupport::Configurable is deprecated and will be removed in Rails 8.2 #2494

@armandkrynauw

Description

@armandkrynauw

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`.

Use in ActiveModelSerializers:

include ActiveSupport::Configurable

Related pull requests in Rails and other gems

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions