boomerdigital / solidus_amazon_payments

Add Pay with Amazon to your Spree Commerce solution
Apache License 2.0
7 stars 8 forks source link

Fix pg version in Gemfile #60

Closed jordan-brough closed 6 years ago

jordan-brough commented 6 years ago

See solidusio/solidus#2500

Problem is:

pg 1.0.0 causes activerecord to error as it explicitly depends on ~> 0.18

and pg 1.0.0 was released yesterday.