Bump gitlab-pg_query gem to v1.3.1
This switches back to the upstream libpg_query, so we no longer need to point to our own fork of the library. This also syncs the latest spec changes with the upstream pg_query gem. * https://gitlab.com/gitlab-org/pg_query/-/merge_requests/2 * https://gitlab.com/gitlab-org/pg_query/-/merge_requests/3
Showing
... | ... | @@ -306,7 +306,7 @@ gem 'rack-attack', '~> 6.3.0' |
gem 'sentry-raven', '~> 3.0' | ||
# PostgreSQL query parsing | ||
gem 'gitlab-pg_query', '~> 1.3', require: 'pg_query' | ||
gem 'gitlab-pg_query', '~> 1.3.1', require: 'pg_query' | ||
gem 'premailer-rails', '~> 1.10.3' | ||
... | ... |
Please register or sign in to comment