vprokopchuk256 / mv-postgresql

Postgresql constraints in migrations similiar to ActiveRecord validations
MIT License
20 stars 2 forks source link

Latest PG drivers aren't supported? #12

Open xtagon opened 6 years ago

xtagon commented 6 years ago

Hi, first of all thank you for making this gem, it's great!

However, 3.0.0 (the latest version at time of writing) is locked to pg ~> 0.17 and the latest version of pg is 1.1.3. This means my Rails app is unable to use pg 1.x.

Is it possibile to relax the dependency so we can use the latest pg in a Rails app that already uses mv-postgresql?

Thanks!

vprokopchuk256 commented 5 years ago

@xtagon - ok. I will look at it ASAP. Thank you!

xtagon commented 5 years ago

Thanks - we actually ended up moving away from using mv-postgresql so we could do our upgrades now, so it's not an ASAP need for me but I'm sure others will run into this issue as well.

abhinavramesh8 commented 5 years ago

Any update on this @vprokopchuk256 ?