From bf59ede5b2f9fd5e33c3fc72b2b250e305f92359 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:53:40 +0000 Subject: [PATCH] Bump pg_query from 1.1.0 to 2.1.0 Bumps [pg_query](https://github.com/pganalyze/pg_query) from 1.1.0 to 2.1.0. - [Release notes](https://github.com/pganalyze/pg_query/releases) - [Changelog](https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md) - [Commits](https://github.com/pganalyze/pg_query/compare/v1.1.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5c038cc..f395e8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,6 +116,7 @@ GEM terminal-table (~> 1.5, >= 1.5.1) globalid (0.4.2) activesupport (>= 4.2.0) + google-protobuf (3.17.3) guard (2.15.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) @@ -180,7 +181,8 @@ GEM ast (~> 2.4.0) path_expander (1.1.0) pg (1.1.4) - pg_query (1.1.0) + pg_query (2.1.0) + google-protobuf (>= 3.17.1) pghero (2.4.1) activerecord (>= 5) pronto (0.10.0)