TwilightCoders / active_record-mti

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

Suppor for Rails 5.2 #10

Open alfredorico opened 6 years ago

alfredorico commented 6 years ago

Hi, I just want to use active_record-mti with Rails 5.2 but it's not supported. The following errors appears when running bundle install:

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

  In Gemfile:
    pg

    active_record-mti (~> 0.3.2) was resolved to 0.3.2, which depends on
      pg (~> 0)

Running bundle update will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

Should I make a project fork changing gemspec file with pg pointing to '~> 1'?