rubysherpas / paranoia

acts_as_paranoid for Rails 5, 6 and 7
Other
2.89k stars 529 forks source link

Bump activerecord dependency for Rails 6.1 #503

Closed joergschiller closed 3 years ago

joergschiller commented 3 years ago

Allows using paranoia with Rails 6.1. This is a follow up of https://github.com/rubysherpas/paranoia/pull/501 and bumps the dependency in the gemspec, adds Rails 6.1 to the build matrix, and fixes a deprecation message.

@walski wrote in https://github.com/rubysherpas/paranoia/pull/501#issuecomment-742757751:

I'm happy to close this PR in favor of a new one from @joergschiller

joergschiller commented 3 years ago

@sevenseacat I really appreciate your work on maintaining this project (at least it looks like you merged the last pull requests). Is there anything I can do to make you reviewing this PR easier?

sevenseacat commented 3 years ago

It looks like there also hasn't been a new release in some time - I'll try to work out how to make that happen now that we technically support Rails 6.1!

koleksiuk commented 3 years ago

@sevenseacat when can we expect the release for 6.1 support?

sevenseacat commented 3 years ago

@koleksiuk when I get some time to figure out how to do it! :D

sevenseacat commented 3 years ago

@koleksiuk I think I've done it right. v2.4.3 should be good to go.

koleksiuk commented 3 years ago

Thank you!