Skip to content

Resque::Plugins::MultiStepTask causes FrozenError #7

@diei

Description

@diei

I updated my project to Ruby 3.3.0 and there it is recommended to use frozen string literals. After that I get the FrozenError if I try to create a MultiStepTask:

> Resque::Plugins::MultiStepTask.create('importer'.freeze)
resque-multi-step-2.0.9/lib/resque/plugins/multi_step_task.rb:62:in `create': can't modify frozen String: "importer" (FrozenError)

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