take-five / activerecord-hierarchical_query

Simple DSL for creating recursive queries with ActiveRecord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pg ~>1.0 support

laiskajoonas opened this issue · comments

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.

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!

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.