Skip to content

Commit

Permalink
Updated pg_query for Windows support - closes #54
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 27, 2024
1 parent 5705878 commit 08998d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgdexter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "csv"
spec.add_dependency "google-protobuf", "< 4"
spec.add_dependency "pg", ">= 0.18.2"
spec.add_dependency "pg_query", "~> 4"
spec.add_dependency "pg_query", "~> 5"
spec.add_dependency "slop", ">= 4.10.1"
end

0 comments on commit 08998d3

Please sign in to comment.