diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index a54900d5..ffda89e4 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ gem "elasticsearch-model", "~> 7.0", require: "elasticsearch/model" gem "elasticsearch-rails", "~> 7.0" gem "faraday_middleware-aws-sigv4", "~> 0.3.0" gem "google-protobuf", "3.19.6" -gem "graphql", "~> 1.9", ">= 1.9.16" +gem "graphql", "~> 1.12" gem "graphql-batch", "~> 0.4.1" gem "graphql-cache", "~> 0.6.0" gem "graphql-errors", "~> 0.4.0" diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index caf5d80a..a0d9a3ff --- a/Gemfile.lock +++ b/Gemfile.lock @@ -316,7 +316,7 @@ GEM globalid (1.2.1) activesupport (>= 6.1) google-protobuf (3.19.6) - graphql (1.12.16) + graphql (1.12.25) graphql-batch (0.4.3) graphql (>= 1.3, < 2) promise.rb (~> 0.7.2) @@ -766,7 +766,7 @@ DEPENDENCIES flipper-ui git (~> 1.5) google-protobuf (= 3.19.6) - graphql (~> 1.9, >= 1.9.16) + graphql (~> 1.12) graphql-batch (~> 0.4.1) graphql-cache (~> 0.6.0) graphql-errors (~> 0.4.0)