Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

PR #72 has introduced a minimum Ruby version requirement of v2.7 #74

Closed
@fallwith

Description

@fallwith

#72's use of array[..n]:

return @read_buffer[..([size, @read_buffer.size].min - 1)]

won't work with Rubies older than 2.7.

We'll need to either refactor to support Ruby 2.5 and 2.6, or bump the required_ruby_version value in asycn-io.gemspec accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions