Skip to content

Ruby 4 compatibility #235

@klevo

Description

@klevo

On Ruby 4 the gem fails during initialization on line

CGI.parse(query.to_s)
due to CGI.parse no longer being a method in Ruby 4.

This is probably due CGI library being removed from the default gems in Ruby 4 and adding it as a dependency should resolve it.

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