take-five / activerecord-hierarchical_query

Simple DSL for creating recursive queries with ActiveRecord
MIT License
119 stars 24 forks source link

Update pg dependency to < 1.6 #42

Closed xtagon closed 1 year ago

xtagon commented 1 year ago

Hi,

This allows using pg 1.5. I tested this on my machine but did not set up Appraisals for multiple scenarios so hopefully you can run more tests.

If it all passes, would you be able to cut a gem release?

Thanks so much, Justin

zachaysan commented 1 year ago

Hey, sorry for missing this PR! There is another one out that bumps it even higher, so I'm going to try the test suite on that one and if it passes then we'll be good to go without this merge. Sorry about the wasted time and effort xtagon!

zachaysan commented 1 year ago

Hey, my mistake earlier, it was a duplicate PR. I didn't notice until after my first response. Either way, I've cut a new gem.

xtagon commented 1 year ago

Thanks @zachaysan !