Use upstream version of pg_query again
The upstream gem has incorporated all the necessary changes--namely ARM support and SHA256 verification of libpg_query--so we can now switch back to the official gem. CHANGELOG: https://github.com/lfittl/pg_query/blob/master/CHANGELOG.md Diff: https://github.com/lfittl/pg_query/compare/v1.2.0..v1.3.0
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.1', require: 'pg_query' | ||
gem 'pg_query', '~> 1.3.0' | ||
gem 'premailer-rails', '~> 1.10.3' | ||
... | ... |
Please register or sign in to comment