stas / jsonapi.rb

Lightweight, simple and maintained JSON:API support for your next Ruby HTTP API.
MIT License
262 stars 58 forks source link

CI Matrix: Drop Rails 6, Ruby 2.7 #99

Closed mamhoff closed 7 months ago

mamhoff commented 9 months ago

What is the current behavior?

The CI runs fail because Ransack 4.1, which we need for Rails 7 support, is not available for Ruby < 3.0

What is the new behavior?

The CI runs do not fail, and we test newer Rubies.

Checklist

Please make sure the following requirements are complete:

stas commented 7 months ago

Thank you @mamhoff :pray: