Commit e00adb2f authored by Stan Hu's avatar Stan Hu
Browse files

Switch to upstream pg_query gem

We temporarily forked the pg_query gem to fix ARM builds, but the
upstream version has fixed so we should use that going forward.
parent 92ebb238
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,10 +21,10 @@ Gem::Specification.new do |spec|
  # Please maintain alphabetical order for dependencies
  spec.add_runtime_dependency "actionpack", ">= 5.0.0", "< 7.0.0"
  spec.add_runtime_dependency "activesupport", ">= 5.0.0", "< 7.0.0"
  spec.add_runtime_dependency "gitlab-pg_query", "~> 1.3"
  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 "redis", ">3.0.0", "<5.0.0"

  # Please maintain alphabetical order for dev dependencies