rkrage/pg_party

Rails 6.1 support

nukah opened this issue · 2 comments

nukah commented

Are you planning to change specification in Gemfile to allow activerecord >= 6?

My intention was to support new versions of Rails after updating the build matrix and doing some manual testing to confirm things still work (this gem relies on a handful of internal / private APIs). It is a little annoying that I need to update the gemspec and release a new version of this gem for every Rails release. What if I opened things up to "activerecord", ">= 5.0", "< 7" and just add a note in the readme about which Rails versions the gem is tested against?

nukah commented

That's an option as well. It really depends on conflicts and errors with every new activerecord/rails release.