square/ruby-rrule

Discrepancy in supported Rubies

Opened this issue · 0 comments

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?