Skip to content

Commit aa57948

Browse files
committed
Try fixing CI
1 parent 4adf9fb commit aa57948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord_where_assoc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
3636

3737
# Travis-CI takes care of the other ones
3838
# 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"])
39+
spec.add_development_dependency "pg" if ENV["CI"] || ENV["ALL_DB"] || ["pg", "postgres", "postgresql"].include?(ENV["DB"])
4040
end

0 commit comments

Comments
 (0)