TwilightCoders / active_record-mti

ActiveRecord support for PostgreSQL's native inherited tables (multi-table inheritance)
MIT License
98 stars 7 forks source link

Activerecord 5.1.5 ? #7

Open Tioneb12 opened 6 years ago

Tioneb12 commented 6 years ago

Bundler could not find compatible versions for gem "activerecord": In snapshot (Gemfile.lock): activerecord (= 5.1.5)

In Gemfile: active_record-mti (~> 0.2.1) was resolved to 0.2.1, which depends on activerecord (< 5, >= 4.1)

rails (= 5.1.5) was resolved to 5.1.5, which depends on
  activerecord (= 5.1.5)
voltechs commented 6 years ago

Hey @Tioneb12,

Thanks for writing in. I just wanted to quickly note that a big overhaul to AR::MTI is on it's way. If you can wait a bit, it'd be worth holding out for that. Otherwise the best solution for you right now would be to fork and run bundle update, and then point your Gemfile at your repo.

Unfortunately I don't have a quicker more "correct" solution at the moment.