Unverified Commit 0b74f22e authored by Stan Hu's avatar Stan Hu
Browse files

Update pg_query to v2

This uses the PostgreSQL v13 parser instead of v10.

Full list of changes:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md
parent 135c83c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
  spec.add_runtime_dependency "grpc", "~> 1.19" # Be sure to update the "grpc-tools" dev_depenency too
  spec.add_runtime_dependency "jaeger-client", "~> 1.1"
  spec.add_runtime_dependency "opentracing", "~> 0.4"
  spec.add_runtime_dependency "pg_query", "~> 1.3"
  spec.add_runtime_dependency "pg_query", "~> 2.0"
  spec.add_runtime_dependency "redis", ">3.0.0", "<5.0.0"

  # Please maintain alphabetical order for dev dependencies