rgeo/activerecord-postgis-adapter

Version 5.x does not support ActiveRecord 5.2

kueda opened this issue · 1 comments

kueda commented

I'm attempting to upgrade Rails from 4.2.x to 5.2.6 and I keep hitting problems like

    activerecord-postgis-adapter (>= 5, < 6) was resolved to 5.2.3, which depends on
      activerecord (~> 5.1)

The README says "Version 5.x supports ActiveRecord 5.1 and 5.2". Is that not accurate? I get the same result with gem "activerecord-postgis-adapter", ">= 5", "< 6" and gem "activerecord-postgis-adapter", git: "https://github.com/rgeo/activerecord-postgis-adapter", branch: "5.0-stable"

kueda commented

Nm, I think my problem was due to some other conflict. Removing all version constraints from my dependencies removed the conflict, so I'm assuming this gem isn't the problem. Sorry!