Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2022-09-18 01:27:50 +0300
committerStan Hu <stanhu@gmail.com>2022-09-18 01:27:50 +0300
commit67463800932abf4ab73a0d43e6b3ed5cd896d58e (patch)
tree73d4eeb0d629b7413fd14254d44f269aa40aea27
parentb4c1f29c487a41b2e69a31a99f6b0ac462c81ce4 (diff)
Update pg_query to v2.1.4sh-update-pgquery-2.1.4
This fixes an issue with compiling on macOS with XCode 14 (https://github.com/pganalyze/pg_query/pull/256) among other bugs. - Diff: https://my.diffend.io/gems/pg_query/2.1.3/2.1.4 - Log: https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md This mirrors the same change in GitLab Rails: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/98274 Changelog: changed
-rw-r--r--ruby/Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 616dabbe0..0ac851f3a 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -126,7 +126,7 @@ GEM
parallel (1.19.2)
parser (3.0.3.2)
ast (~> 2.4.1)
- pg_query (2.1.3)
+ pg_query (2.1.4)
google-protobuf (>= 3.19.2)
proc_to_ast (0.1.0)
coderay