take-five / activerecord-hierarchical_query

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

Update gemspec to support Rails 7 and new pg gem #36

Closed anfinil closed 2 years ago

anfinil commented 2 years ago

Unfortunately @artplan1 PR https://github.com/take-five/activerecord-hierarchical_query/pull/35 didn't update gemspec. This PR updates versions to work with Rails 7

zachaysan commented 2 years ago

Awesome stuff. I've updated the README, bumped the version (semver patch), and pushed the gem up. Let me know if there are any issues.