jesjos / active_record_upsert

Upsert for Rails 5 / Active Record 5
MIT License
207 stars 51 forks source link

Ruby 3.1 support #135

Closed gnumarcelo closed 1 year ago

gnumarcelo commented 1 year ago

Hey guys, as we have this states in the docs:

Please note that Ruby 3.1 is not currently tested because it is incompatible with Rails 7.0.0, 6.1.4.4, 6.0.4.4 and 5.2.6 (https://github.com/rails/rails/issues/43998).

And that Rails issue is currently fixed, I'm wondering if this gem is being tested/compatible with Ruby 3.1.

ps.: Thanks for maintaining the project, by the way.

olleolleolle commented 1 year ago

Would you like to offer a PR adding 3.1 to the ci matrix and fix the README?