Skip to content

Ruby 3.4.1 warning #14

@jasonperrone

Description

@jasonperrone

.rvm/gems/ruby-3.4.1@actioncue/gems/prettyprint-0.2.0/lib/prettyprint.rb:184: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information)

The constant in question either needs to not be changed or if it's not being changed then add the comment # frozen_string_literal: true at the top of prettyprint.rb.

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