Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit pg gem version to < 1 for older Rails versions #21

Merged
merged 1 commit into from Feb 4, 2018

Conversation

jeremyyap
Copy link
Contributor

Rails has been using ~> 0.x to specify pg gem version (example here), and with the release of pg 1.0.0, this causes postgresql tests to fail on schema_dev as the pg gem version cannot be resolved.

rails/rails#31671

pg 1.0.0 compatibility will be added to Rails in versions 5.1.5 and 5.2.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 0eb7f5f on jeremyyap:master into 40e1557 on SchemaPlus:master.

@ronen ronen merged commit de52e6e into SchemaPlus:master Feb 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants