Closed lorint closed 1 year ago
When using Ruby < 3.1 with edge Rails this error appears:
/activerecord/lib/active_record/coders/yaml_column.rb:14:in `>=': comparison of Gem::Version with String failed (ArgumentError)
This updates ci.yml to use Ruby 3.1.x.
ci.yml
If edge Rails is updated with Rails #47480 then this PR does not need to be merged into ARTA.
Rails #47480 was merged -- we no longer need this patch.
When using Ruby < 3.1 with edge Rails this error appears:
This updates
ci.yml
to use Ruby 3.1.x.If edge Rails is updated with Rails #47480 then this PR does not need to be merged into ARTA.