take-five / activerecord-hierarchical_query

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

pg ~>1.0 support #26

Closed laiskajoonas closed 5 years ago

laiskajoonas commented 5 years ago

Is there a specific reason why the pg dependency is set to ~> 0.21 in rails5 branch? The pg gem is at 1.1.3 currently.

zachaysan commented 5 years ago

Hey @laiskajoonas I knew this issue existed beforehand, but I had missed this fix. I'll try to upgrade the gem to the current version.

Thanks for bringing this to my attention!

zachaysan commented 5 years ago

Thanks again @laiskajoonas I've fixed this in 1.1.0, which is currently on the rails-5-upcoming branch, but will be merged into master over the next week or two.