Skip to content

Fix missing MultiJson dependency caused by upstream heroics 0.1.4 update #150

@ElrubyTAM

Description

@ElrubyTAM

Description

After the recent release of heroics 0.1.4 (released 2026-04-27), upgrading the dependency causes a NameError when initializing PlatformAPI.

It appears platform-api relies on heroics to provide the multi_json dependency. Since heroics 0.1.4 swapped multi_json for the standard json library, PlatformAPI::MultiJson is now an uninitialized constant.

Error Message

NameError: uninitialized constant PlatformAPI::MultiJson
/usr/local/bundle/gems/platform-api-3.9.0/lib/platform-api/client.rb:3722:in '<module:PlatformAPI>'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions