Skip to content

Discrepancy in supported Rubies #62

Description

@leoarnold

The GemSpec claims that the gem supports Ruby 2.6+

s.required_ruby_version = '>= 2.6.0'

but QA only checks against Ruby 3.0+

ruby:
- 3.0.0
- 3.1.0
- 3.2.0
- 3.3.0

At time of writing this issue, Ruby 3.0 is EOL and Ruby 3.1+ are still maintained: https://endoflife.date/ruby

@rmitchell-sq Which shall it be: Restrict gem or extend CI?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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