We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adf9fb commit aa57948Copy full SHA for aa57948
activerecord_where_assoc.gemspec
@@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
36
37
# Travis-CI takes care of the other ones
38
# Using conditions because someone might not even be able to install the gems
39
- spec.add_development_dependency "pg", "< 1.0.0" if ENV["CI"] || ENV["ALL_DB"] || ["pg", "postgres", "postgresql"].include?(ENV["DB"])
+ spec.add_development_dependency "pg" if ENV["CI"] || ENV["ALL_DB"] || ["pg", "postgres", "postgresql"].include?(ENV["DB"])
40
end
0 commit comments