From 43c8363b81b2d2cb3e171d65d7689d1ea470ff6a Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 28 Nov 2023 16:52:01 -0500 Subject: [PATCH] Bump graphql-c_parser to 1.0.7 The gem has a bug with compaction that was fixed in rmosolgo/graphql-ruby#4641. --- benchmarks/graphql-native/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/graphql-native/Gemfile.lock b/benchmarks/graphql-native/Gemfile.lock index 1f16e430..457cbef9 100644 --- a/benchmarks/graphql-native/Gemfile.lock +++ b/benchmarks/graphql-native/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: graphql (2.0.26) - graphql-c_parser (1.0.5) + graphql-c_parser (1.0.7) graphql racc (1.7.1)